mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 14:10:56 -05:00
#3501 edit code to debug from review
This commit is contained in:
parent
e8d8e662c8
commit
516b3f81b1
1 changed files with 2 additions and 3 deletions
|
@ -491,10 +491,9 @@ function RunAdditionalInstalls() {
|
||||||
##############################
|
##############################
|
||||||
# Check the shell for errors #
|
# Check the shell for errors #
|
||||||
##############################
|
##############################
|
||||||
|
debug "INSTALL_CMD:[${INSTALL_CMD}]"
|
||||||
if [ "${ERROR_CODE}" -ne 0 ]; then
|
if [ "${ERROR_CODE}" -ne 0 ]; then
|
||||||
# Error
|
fatal "ERROR: Failed to install the build package at:[${BUILD_PKG}]"
|
||||||
warn "ERROR: Failed to install the build package at:[${BUILD_PKG}]"
|
|
||||||
warn "INSTALL_CMD:[${INSTALL_CMD}]"
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue