From 0bf827796d1cdfcbc2ea85843aa749a44b09794e Mon Sep 17 00:00:00 2001 From: Collin Brittle Date: Mon, 1 Feb 2021 12:41:58 -0500 Subject: [PATCH] Updates to latest orb-tools version Main difference for us is orb-tools no longer has executors, and the shellcheck command is gone. --- .circleci/config.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 547c07d..49f4334 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -20,7 +20,8 @@ parameters: jobs: integration-tests: - executor: orb-tools/ubuntu + docker: + - image: cimg/base:stable steps: - checkout # TODO: integration testing @@ -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: