updated by /home/nico/bin/sync-all-repos on sun
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
This commit is contained in:
parent
38c174d135
commit
7148f3f780
1 changed files with 2 additions and 0 deletions
|
@ -39,7 +39,9 @@ REPOLIST2="$REPOLIST $HOME/.password-store"
|
||||||
# First in parallel, then en sequence to spot errors
|
# First in parallel, then en sequence to spot errors
|
||||||
for repo in ${REPOLIST}; do ( update_repo $repo & ) ; done
|
for repo in ${REPOLIST}; do ( update_repo $repo & ) ; done
|
||||||
|
|
||||||
|
echo "Waiting for async process to finish ..."
|
||||||
wait
|
wait
|
||||||
|
echo "Starting for sync process ..."
|
||||||
|
|
||||||
for repo in ${REPOLIST}; do update_repo $repo ; done
|
for repo in ${REPOLIST}; do update_repo $repo ; done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue