Skip to content

Commit

Permalink
Add logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Nov 29, 2023
1 parent 2480f17 commit ce79fb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
set -x
# IFS=$'\n' read -d '' -r -a INSTANCES <<< "$(echo "$INSTANCE_IDS" | sed -n 's/[^"]*"\([^"]*\)".*/\1/p')"
readarray -t INSTANCES <<< "$(echo "$INSTANCE_IDS" | jq -r '.[]')"
echo $INSTANCES
set +x
- name: Iterate over the array
Expand Down

0 comments on commit ce79fb7

Please sign in to comment.