Skip to content

Commit 9fee590

Browse files
authored
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.
1 parent 6a197d8 commit 9fee590

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

templates/.circleci/config.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
version: 2.1
33
orbs:
44
aws-s3: circleci/aws-s3@1.0.15
5-
queue: eddiewebb/queue@1.3.0
6-
slack: circleci/slack@3.4.2
75

86
variables:
97
- &workspace /home/circleci/project
@@ -112,9 +110,6 @@ jobs:
112110
- store_artifacts:
113111
path: test-reports
114112

115-
# Requires the SLACK_WEBHOOK env var to be set
116-
- slack/notify-on-failure
117-
118113
build:
119114
docker:
120115
- image: *build-image

0 commit comments

Comments
 (0)