Skip to content

Commit

Permalink
gitac/syncer batch>wait
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Sep 25, 2024
1 parent 50ff845 commit d50ff8b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/syncer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,11 @@ EOF
# REPO2=dockerhub.qingcloud.com
#
# REPO_HUB REPO_ALI REPO_TEN REPO_QING: from gitac.yml
test ! -z "$REPO_HUB" && doSync $REPO $REPO_HUB
test ! -z "$REPO_ALI" && doSync $REPO $REPO_ALI
test ! -z "$REPO_TEN" && doSync $REPO $REPO_TEN
test ! -z "$REPO_QING" && doSync $REPO $REPO_QING
test ! -z "$REPO_HUB" && doSync $REPO $REPO_HUB &
test ! -z "$REPO_ALI" && doSync $REPO $REPO_ALI &
test ! -z "$REPO_TEN" && doSync $REPO $REPO_TEN &
test ! -z "$REPO_QING" && doSync $REPO $REPO_QING &
wait


exit 0
Expand Down

0 comments on commit d50ff8b

Please sign in to comment.