Skip to content

Commit

Permalink
Merge pull request #99 from buildkite/pdp-1501-fix-scaler-release-doe…
Browse files Browse the repository at this point in the history
…s-not-prepend-a-v-to-the-version

Fix scaler release does not prepend a v to the version on s3
  • Loading branch information
triarius authored Aug 23, 2023
2 parents 88adfe7 + e8f8f94 commit 4794fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/steps/upload-to-s3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ EXTRA_REGIONS=(
sa-east-1
)

VERSION=$(buildkite-agent meta-data get version)
VERSION="v${BUILDKITE_TAG#v}"
BASE_BUCKET=buildkite-lambdas
BUCKET_PATH=buildkite-agent-scaler

Expand Down

0 comments on commit 4794fdf

Please sign in to comment.