repo-sync: skip sync ones for the moment
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s

This commit is contained in:
Nico Schottelius 2024-10-02 12:07:04 +09:00
parent 7148f3f780
commit 9e13687cdb

View file

@ -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