mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 10:10:56 -05:00
No fatal error on R package installation (#4705)
Co-authored-by: Zack Koppert <zkoppert@github.com>
This commit is contained in:
parent
dc1099f2bb
commit
94279fc4ed
1 changed files with 1 additions and 1 deletions
|
@ -493,7 +493,7 @@ function RunAdditionalInstalls() {
|
||||||
##############################
|
##############################
|
||||||
debug "INSTALL_CMD:[${INSTALL_CMD}]"
|
debug "INSTALL_CMD:[${INSTALL_CMD}]"
|
||||||
if [ "${ERROR_CODE}" -ne 0 ]; then
|
if [ "${ERROR_CODE}" -ne 0 ]; then
|
||||||
fatal "ERROR: Failed to install the build package at:[${BUILD_PKG}]"
|
warn "ERROR: Failed to install the build package at:[${BUILD_PKG}]"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue