Skip to content

Commit

Permalink
Clarify comment for release step
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Rift <[email protected]>
  • Loading branch information
riftEmber committed Oct 7, 2024
1 parent d315cf7 commit 08c6a7e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions util/cron/test-docker.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#
# Assumes Docker is already running on the system, logged into an account with
# appropriate permissions to push the images.
#


CWD=$(cd $(dirname $0) ; pwd)
source $CWD/common.bash
Expand Down Expand Up @@ -117,8 +119,8 @@ update_all_images() {
# Build and push nightly images
update_all_images

# Build and push release images after ALL nightly builds have succeeded, if
# release tag was specified.
# Build and push release-tagged images, if RELEASE_VERSION was specified.
# Runs after all nightly images, to abort release if any fail.
if [ -n "$RELEASE_VERSION" ]
then
update_all_images "$RELEASE_VERSION"
Expand Down

0 comments on commit 08c6a7e

Please sign in to comment.