No fatal error on R package installation (#4705)

Co-authored-by: Zack Koppert <zkoppert@github.com>
This commit is contained in:
cicdguy 2023-10-15 00:10:37 -05:00 committed by GitHub
parent dc1099f2bb
commit 94279fc4ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -493,7 +493,7 @@ function RunAdditionalInstalls() {
##############################
debug "INSTALL_CMD:[${INSTALL_CMD}]"
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