Skip to content

Commit

Permalink
Merge pull request #8390 from travisn/promote-with-tag-suffix
Browse files Browse the repository at this point in the history
build: Promote the build with tag suffix if needed
  • Loading branch information
travisn committed Jul 26, 2021
2 parents 7d47cbf + a1d37b4 commit 778726f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function publish() {
function promote() {
# automatically promote the master builds
echo "Promoting from branch ${BRANCH_NAME}"
build/run make -C build/release promote BRANCH_NAME=${BRANCH_NAME} CHANNEL=${CHANNEL} AWS_ACCESS_KEY_ID=${AWS_USR} AWS_SECRET_ACCESS_KEY=${AWS_PSW}
build/run make -C build/release promote BRANCH_NAME=${BRANCH_NAME} TAG_WITH_SUFFIX=${TAG_WITH_SUFFIX} CHANNEL=${CHANNEL} AWS_ACCESS_KEY_ID=${AWS_USR} AWS_SECRET_ACCESS_KEY=${AWS_PSW}
}

#############
Expand Down

0 comments on commit 778726f

Please sign in to comment.