Skip to content

Commit

Permalink
shellcheck disable=SC2153
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-luna-valero committed Sep 19, 2024
1 parent 686feef commit 6397277
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deployment/site-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,14 @@ EOF

rm -f clouds.yaml
echo "clouds:" >tmp-clouds.yaml

# shellcheck disable=SC2153
dump_config backend \
"$(yq -r .clouds.backend.site config.yaml)" \
"$(yq -r .clouds.backend.vo config.yaml)" \
"$OIDC_TOKEN" >>tmp-clouds.yaml


dump_config deploy \
"$(yq -r .clouds.deploy.site config.yaml)" \
"$(yq -r .clouds.deploy.vo config.yaml)" \
Expand Down

0 comments on commit 6397277

Please sign in to comment.