We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8ffaf commit 32bb18dCopy full SHA for 32bb18d
.circleci/config.yml
@@ -465,8 +465,9 @@ jobs:
465
# after a delay. We do this as the CircleCI API does not refresh immediately when a job
466
# completes/starts, and this will improve stability of the queue step. See source:
467
# https://github.com/eddiewebb/circleci-queue/commit/5d42add5bbcff5e8ac7fe189448a61fea98b0839.
468
- - queue/until_front_of_line:
469
- confidence: '2'
+ # TODO(devversion): re-enable once https://github.com/eddiewebb/circleci-queue/issues/79 is resolved.
+ # - queue/until_front_of_line:
470
+ # confidence: '2'
471
472
- run: ./scripts/circleci/publish-snapshots.sh
473
- *slack_notify_on_failure
0 commit comments