Skip to content

Commit

Permalink
build: temporarily disable queue orb causing snapshot deployment fail…
Browse files Browse the repository at this point in the history
…ures (#24843)

See: eddiewebb/circleci-queue#79.
(cherry picked from commit 8cb02be)
  • Loading branch information
devversion authored and andrewseguin committed Apr 28, 2022
1 parent ff8ffaf commit 32bb18d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,9 @@ jobs:
# after a delay. We do this as the CircleCI API does not refresh immediately when a job
# completes/starts, and this will improve stability of the queue step. See source:
# https://github.com/eddiewebb/circleci-queue/commit/5d42add5bbcff5e8ac7fe189448a61fea98b0839.
- queue/until_front_of_line:
confidence: '2'
# TODO(devversion): re-enable once https://github.com/eddiewebb/circleci-queue/issues/79 is resolved.
# - queue/until_front_of_line:
# confidence: '2'

- run: ./scripts/circleci/publish-snapshots.sh
- *slack_notify_on_failure
Expand Down

0 comments on commit 32bb18d

Please sign in to comment.