Skip to content

Commit

Permalink
Update build-and-deploy-main-waf.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierMetichecchia authored Jun 18, 2024
1 parent 1837750 commit 4efe680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy-main-waf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
TF_BASTION: '${{ secrets.TF_BASTION }}'
id: validate
run : |
stdout=$(./scripts/pipeline/cloud-gov-remote-command.sh ${TF_BASTION} "TF_WORKSPACE=${BRANCH} tofu -chdir=px-benefit-finder/terraform/infra validate -no-color" 1))
stdout=$(./scripts/pipeline/cloud-gov-remote-command.sh ${TF_BASTION} "TF_WORKSPACE=${BRANCH} tofu -chdir=px-benefit-finder/terraform/infra validate -no-color" 1)
stdout=$(echo $stdout | sed '$ d')
echo ${stdout}
echo "stdout=${stdout}" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -201,4 +201,4 @@ jobs:
- name: Stop Bastion
env:
TF_BASTION: '${{ secrets.TF_BASTION }}'
run: cf stop "${TF_BASTION}" >/dev/null 2>&1
run: cf stop "${TF_BASTION}" >/dev/null 2>&1

0 comments on commit 4efe680

Please sign in to comment.