build_inf_prepare_jenkins: fix the export veriables
[pti/rtp.git] / scripts / build_inf.sh
index cf8167a..b5f4846 100755 (executable)
@@ -162,9 +162,9 @@ fi
 # dry-run is not supported yet for CentOS build
 if [ -z "${DRYRUN}" ]; then
     if [ "$CI" = "true" ]; then
-        ${SCRIPT_CENTOS_PRE} -w ${WORKSPACE_CENTOS}
+        ${SCRIPT_CENTOS_PRE} -w ${WORKSPACE_CENTOS} || true
     fi
-    ${SCRIPT_CENTOS} -w ${WORKSPACE_CENTOS} ${DRYRUN}
+    ${SCRIPT_CENTOS} -w ${WORKSPACE_CENTOS} ${DRYRUN} || true
 fi
 
 ${SCRIPT_YP} -w ${WORKSPACE_YP} ${DRYRUN} ${YP_ARGS}