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