scripts/deploy: build all hosts before building all variants
This commit is contained in:
@@ -165,8 +165,8 @@ deployOneHost() {
|
||||
parseArgs "$@"
|
||||
|
||||
failedDeploys=()
|
||||
for h in "${hosts[@]}"; do
|
||||
for v in "${variants[@]}"; do
|
||||
for v in "${variants[@]}"; do
|
||||
for h in "${hosts[@]}"; do
|
||||
deployOneHost "$h" "$v" || \
|
||||
failedDeploys+=("$h$v")
|
||||
done
|
||||
|
Reference in New Issue
Block a user