Skip to content

Commit

Permalink
Remove unnecessary trailing comments from pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio authored and wojtekn committed Jun 3, 2024
1 parent 57750eb commit f8140f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ steps:
artifact_paths:
- 'out/releases.json'
agents:
queue: "mac" #
queue: "mac"
# Using concurrency_group to ensure the CI builds from `trunk` & the git tag, which are likely to run at roughly the
# same time, don't run into a race condition when downloading+updating+uploading the `releases.json` file from/to S3
concurrency_group: 'studio/release-manifest-update'
Expand Down Expand Up @@ -155,7 +155,7 @@ steps:
artifact_paths:
- 'out/releases.json'
agents:
queue: "mac" #
queue: "mac"
# Using concurrency_group to ensure the CI builds from `trunk` & the git tag, which are likely to run at roughly the
# same time, don't run into a race condition when downloading+updating+uploading the `releases.json` file from/to S3
concurrency_group: 'studio/release-manifest-update'
Expand Down

0 comments on commit f8140f6

Please sign in to comment.