fix: initialize arrays for seen stacks and stacks to deploy
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 13s
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 13s
This commit is contained in:
parent
2466972389
commit
2cf002ed3e
@ -41,8 +41,8 @@ jobs:
|
||||
# Parse changed paths → extract {node} and {stack}
|
||||
# Expected pattern: nodes/{node}/{stack}/...
|
||||
# ---------------------------------------------------------------
|
||||
declare -A SEEN_STACKS
|
||||
declare -a STACKS_TO_DEPLOY
|
||||
declare -A SEEN_STACKS=()
|
||||
declare -a STACKS_TO_DEPLOY=()
|
||||
|
||||
while IFS= read -r filepath; do
|
||||
[[ -z "$filepath" ]] && continue
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user