Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhu256 committed Dec 16, 2024
1 parent b229650 commit 3b295bb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions jslint_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b295bb

Please sign in to comment.