Skip to content

Commit

Permalink
Update image tag in test files
Browse files Browse the repository at this point in the history
  • Loading branch information
cblecker committed Mar 25, 2022
1 parent 850b11e commit 88fa32d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boilerplate/test/test-base-convention/update
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ echo "Validating variables exported from the main update driver"
# Granny switch to disable this check for weird tests like reverting to master
if [[ -z "$SKIP_IMAGE_TAG_CHECK" ]]; then
# Update this when publishing a new image tag
[[ "$LATEST_IMAGE_TAG" == "image-v2.1.0" ]] || err "Bad LATEST_IMAGE_TAG: '$LATEST_IMAGE_TAG'"
[[ "$LATEST_IMAGE_TAG" == "image-v2.2.0" ]] || err "Bad LATEST_IMAGE_TAG: '$LATEST_IMAGE_TAG'"
fi
2 changes: 1 addition & 1 deletion test/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if [ "$BOILERPLATE_SET_X" ]; then
fi

# NOTE: Change this when publishing a new image tag.
LATEST_IMAGE_TAG=image-v2.1.0
LATEST_IMAGE_TAG=image-v2.2.0

REPO_ROOT=$(git rev-parse --show-toplevel)
# Make all tests use this local clone by default.
Expand Down

0 comments on commit 88fa32d

Please sign in to comment.