Skip to content

Commit

Permalink
support dry-run if no tag
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Jun 4, 2024
1 parent 4ac9085 commit 444c53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ steps:
build:
env:
DESTINATION_PATH: "s3://download.elasticsearch.org/synthetics-recorder/"
DRY_RUN: true
DRY_RUN: ${DRY_RUN}

- wait: ~

Expand Down

0 comments on commit 444c53a

Please sign in to comment.