Skip to content

Commit 9c7d6bf

Browse files
committed
fix shell check
1 parent d4c65c0 commit 9c7d6bf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.automation/upload-docker.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -501,10 +501,6 @@ FindBuiltImage() {
501501
##############
502502
# Local vars #
503503
##############
504-
FOUND_DOCKER_RELASE=0 # Flag if docker relase image is found
505-
FOUND_DOCKER_MAJOR=0 # Flag if docker major image is found
506-
FOUND_GCR_RELASE=0 # Flag if GCR releasae image is found
507-
FOUND_GCR_MAJOR=0 # Flag if GCR major image is found
508504
CHECK_IMAGE_REPO='' # Repo to look for
509505

510506
####################################
@@ -535,6 +531,7 @@ FindBuiltImage() {
535531
FOUND_RELASE=1
536532
else
537533
info "Failed to find locally created Docker image:[${CHECK_IMAGE_REPO}]"
534+
info "${FIND_VERSION_CMD}"
538535
fi
539536

540537
#####################################
@@ -556,6 +553,7 @@ FindBuiltImage() {
556553
FOUND_MAJOR=1
557554
else
558555
info "Failed to find locally created Docker image:[${FIND_MAJOR_CMD}]"
556+
info "${FIND_MAJOR_CMD}"
559557
fi
560558

561559
###############################

0 commit comments

Comments
 (0)