From 9fee5904a70b5a1aaadfc299f99db72a5127cf7d Mon Sep 17 00:00:00 2001 From: Shane Gearon Date: Wed, 3 Jun 2020 17:05:42 -0700 Subject: [PATCH] Removing unused orbs for now These two orbs weren't actually being used right now add a lot of complexity. The EddieWebb/Queue orb is especially painful as it requires you to be a Github Admin and allow access to 3rd party orbs in the CircleCI UI. --- templates/.circleci/config.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/templates/.circleci/config.yml b/templates/.circleci/config.yml index af3f50a..2fbb0af 100644 --- a/templates/.circleci/config.yml +++ b/templates/.circleci/config.yml @@ -2,8 +2,6 @@ version: 2.1 orbs: aws-s3: circleci/aws-s3@1.0.15 - queue: eddiewebb/queue@1.3.0 - slack: circleci/slack@3.4.2 variables: - &workspace /home/circleci/project @@ -112,9 +110,6 @@ jobs: - store_artifacts: path: test-reports - # Requires the SLACK_WEBHOOK env var to be set - - slack/notify-on-failure - build: docker: - image: *build-image