mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-11 23:16:58 +02:00
Merge pull request #231 from marineam/ami
fix(oem/ami): Disable parallel AMI copying
This commit is contained in:
commit
531c7e0d54
@ -135,10 +135,7 @@ for r in "${!AKI[@]}"
|
||||
do
|
||||
[ "${r}" == "${region}" ] && continue
|
||||
echo "Starting copy of $AMI from $region to $r"
|
||||
do_copy "$r" &
|
||||
sleep 15
|
||||
do_copy "$r"
|
||||
done
|
||||
|
||||
wait
|
||||
|
||||
echo "Done"
|
||||
|
Loading…
Reference in New Issue
Block a user