Skip to content

Commit

Permalink
remove echo from get_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 425462b commit 19e8e7d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions get_image_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
BUILD_NUM_FILE="${SCRIPT_DIR}/image_build_num.txt"
BUILD_DESCRIPTOR_FILE="${SCRIPT_DIR}/image_build_descriptor.txt"

echo $BUILD_NUM_FILE

if [[ -s ${BUILD_NUM_FILE} ]]
then
BUILD_NUM=$(head -1 ${BUILD_NUM_FILE} | tr -d '\n')
Expand All @@ -21,5 +19,5 @@ else
echo "The build descriptor file is missing or empty."
exit -1
fi
echo ${BUILD_DESCRIPTOR}

echo "$(${SCRIPT_DIR}/get_metastore_version.sh)-${BUILD_DESCRIPTOR}-${BUILD_NUM}"

0 comments on commit 19e8e7d

Please sign in to comment.