Skip to content

Commit

Permalink
#43 Make pull-all call git concurrently
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Szymura committed Nov 5, 2020
1 parent 1fb0816 commit 9566fbf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions development/pull-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,11 @@ cd $ROOT

for repo in "${repos[@]}"
do
checkout $ORG $repo
checkout $ORG $repo &
done

wait

echo "***************************************"
echo "SUMMARY"
echo "***************************************"
Expand All @@ -163,4 +165,4 @@ done
touch knotx-stack/.composite-enabled

echo "***************************************"
echo "Finished!"
echo "Finished!"

0 comments on commit 9566fbf

Please sign in to comment.