Skip to content

Commit

Permalink
Update build agent queue
Browse files Browse the repository at this point in the history
The "npm" agent queue is no longer updated. Instead, the "npm2" queue is used for new repositories. See https://github.com/SEEK-Jobs/gutenberg#installing-on-your-repository
  • Loading branch information
phillip-le authored Apr 14, 2022
1 parent e76c28d commit 43e7c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/private-npm-package/.buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
agents:
queue: artefacts:npm
queue: artefacts:npm2

steps:
- command: aws s3 cp s3://seek-npm-package-buildkite-pipeline/pipeline-latest.sh - | bash | buildkite-agent pipeline upload

0 comments on commit 43e7c1e

Please sign in to comment.