Skip to content

Commit

Permalink
Updates to latest orb-tools version
Browse files Browse the repository at this point in the history
Main difference for us is orb-tools no longer has executors, and the shellcheck command is gone.
  • Loading branch information
rotated8 committed Feb 1, 2021
1 parent f03c305 commit 0bf8277
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
orb-tools: circleci/orb-tools@9.1.0
orb-tools: circleci/orb-tools@10.0.3
samvera: samvera/circleci-orb@dev:alpha

orb_promotion_filters: &orb_promotion_filters
Expand All @@ -20,7 +20,8 @@ parameters:

jobs:
integration-tests:
executor: orb-tools/ubuntu
docker:
- image: cimg/base:stable
steps:
- checkout
# TODO: integration testing
Expand All @@ -31,16 +32,12 @@ workflows:
jobs:
- orb-tools/lint

# Disable shellcheck, which fails when we use CircleCI params
# - orb-tools/shellcheck

- orb-tools/pack

- orb-tools/publish-dev:
orb-name: samvera/circleci-orb
requires:
- orb-tools/lint
# - orb-tools/shellcheck
- orb-tools/pack

- orb-tools/trigger-integration-tests-workflow:
Expand Down

0 comments on commit 0bf8277

Please sign in to comment.