mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-12 12:00:03 -05:00
fix shell check
This commit is contained in:
parent
d4c65c093b
commit
9c7d6bf08f
1 changed files with 2 additions and 4 deletions
|
@ -501,10 +501,6 @@ FindBuiltImage() {
|
||||||
##############
|
##############
|
||||||
# Local vars #
|
# 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
|
CHECK_IMAGE_REPO='' # Repo to look for
|
||||||
|
|
||||||
####################################
|
####################################
|
||||||
|
@ -535,6 +531,7 @@ FindBuiltImage() {
|
||||||
FOUND_RELASE=1
|
FOUND_RELASE=1
|
||||||
else
|
else
|
||||||
info "Failed to find locally created Docker image:[${CHECK_IMAGE_REPO}]"
|
info "Failed to find locally created Docker image:[${CHECK_IMAGE_REPO}]"
|
||||||
|
info "${FIND_VERSION_CMD}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#####################################
|
#####################################
|
||||||
|
@ -556,6 +553,7 @@ FindBuiltImage() {
|
||||||
FOUND_MAJOR=1
|
FOUND_MAJOR=1
|
||||||
else
|
else
|
||||||
info "Failed to find locally created Docker image:[${FIND_MAJOR_CMD}]"
|
info "Failed to find locally created Docker image:[${FIND_MAJOR_CMD}]"
|
||||||
|
info "${FIND_MAJOR_CMD}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
###############################
|
###############################
|
||||||
|
|
Loading…
Reference in a new issue