diff --git a/jslint_ci.sh b/jslint_ci.sh index 2265ac65f..cee5e889a 100644 --- a/jslint_ci.sh +++ b/jslint_ci.sh @@ -326,10 +326,11 @@ shCiArtifactUpload() {(set -e shRunWithScreenshotTxt .artifact/screenshot_package_listing.svg \ shGitLsTree & PID_LIST="$PID_LIST $!" - # parallel-task - screenshot logo - shImageLogoCreate & - PID_LIST="$PID_LIST $!" + # !! # parallel-task - screenshot logo + # !! shImageLogoCreate & + # !! PID_LIST="$PID_LIST $!" shPidListWait screenshot "$PID_LIST" + shImageLogoCreate # shCiArtifactUploadCustom if (command -v shCiArtifactUploadCustom >/dev/null) then