From 9c7d6bf08f0e19288175bc8ae75c18293759d403 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Mon, 24 Aug 2020 13:05:33 -0500 Subject: [PATCH] fix shell check --- .automation/upload-docker.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.automation/upload-docker.sh b/.automation/upload-docker.sh index 422a3530..750b6c19 100755 --- a/.automation/upload-docker.sh +++ b/.automation/upload-docker.sh @@ -501,10 +501,6 @@ FindBuiltImage() { ############## # Local vars # ############## - FOUND_DOCKER_RELASE=0 # Flag if docker relase image is found - FOUND_DOCKER_MAJOR=0 # Flag if docker major image is found - FOUND_GCR_RELASE=0 # Flag if GCR releasae image is found - FOUND_GCR_MAJOR=0 # Flag if GCR major image is found CHECK_IMAGE_REPO='' # Repo to look for #################################### @@ -535,6 +531,7 @@ FindBuiltImage() { FOUND_RELASE=1 else info "Failed to find locally created Docker image:[${CHECK_IMAGE_REPO}]" + info "${FIND_VERSION_CMD}" fi ##################################### @@ -556,6 +553,7 @@ FindBuiltImage() { FOUND_MAJOR=1 else info "Failed to find locally created Docker image:[${FIND_MAJOR_CMD}]" + info "${FIND_MAJOR_CMD}" fi ###############################