repo-sync: skip sync ones for the moment
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s
This commit is contained in:
parent
7148f3f780
commit
9e13687cdb
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ for repo in ${REPOLIST}; do ( update_repo $repo & ) ; done
|
|||
|
||||
echo "Waiting for async process to finish ..."
|
||||
wait
|
||||
exit 0
|
||||
|
||||
echo "Starting for sync process ..."
|
||||
|
||||
for repo in ${REPOLIST}; do update_repo $repo ; done
|
||||
|
|
Loading…
Reference in a new issue