Skip to content

Commit

Permalink
echo image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-j-abbott-accenture committed Jul 11, 2024
1 parent 607cb74 commit d38f1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ORG="urbanos"
APP="ubi-hive"
IMAGE="${IMAGE_REPO}/${ORG}/${APP}"
IMAGE_TAG="$(${SCRIPT_DIR}/get_image_tag.sh)-hadoop-3.3.6"

echo $IMAGE_TAG
export ACCESS_TOKEN=$1

if [[ -z "$QUAY_USER" || -z "$QUAY_TOKEN" ]]; then
Expand Down

0 comments on commit d38f1dd

Please sign in to comment.