From 94279fc4edffc163ec4838fb872e157364c1e6a6 Mon Sep 17 00:00:00 2001 From: cicdguy <26552821+cicdguy@users.noreply.github.com> Date: Sun, 15 Oct 2023 00:10:37 -0500 Subject: [PATCH] No fatal error on R package installation (#4705) Co-authored-by: Zack Koppert --- lib/functions/detectFiles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions/detectFiles.sh b/lib/functions/detectFiles.sh index c52581d4..581af0de 100755 --- a/lib/functions/detectFiles.sh +++ b/lib/functions/detectFiles.sh @@ -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