remove typo

This commit is contained in:
Lucas Gravley 2020-01-09 14:10:43 -06:00
parent bbac482a6e
commit f2cf6f4ee1

View file

@ -112,12 +112,7 @@ ValidateInput()
###################################
# Remove non alpha-numberic chars #
###################################
BRANCH_NAME=$(echo "$BRANCH_NAME" | tr -cd '[:alnum:]')
############################################
# Set the IMAGE_VERSION to the BRANCH_NAME #
############################################
IMAGE_VERSION="$BRANCH_NAME"
IMAGE_VERSION=$(echo "$IMAGE_VERSION" | tr -cd '[:alnum:]')
else
#############################################
# Image is 'latest' and we will not destroy #