Skip to content

Commit

Permalink
Fix/ci fix - remove flow control (#4910)
Browse files Browse the repository at this point in the history
* fix: remove ci stop check

* fix: remove continue-on-error
  • Loading branch information
carlomazzaferro authored Sep 19, 2023
1 parent 764c717 commit 29ad402
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,6 @@ jobs:
working-directory: ./ops/testnet/staging/backend
run: |
terraform plan -var-file=tfvars.json
continue-on-error: true
- name: Terraform Docker Image onto AWS
if: github.ref == 'refs/heads/staging'
Expand Down Expand Up @@ -1087,7 +1086,6 @@ jobs:
working-directory: ./ops/testnet/staging/core
run: |
terraform plan -var-file=tfvars.json
continue-on-error: true
- name: Terraform Docker Image onto AWS
if: github.ref == 'refs/heads/staging'
Expand Down Expand Up @@ -1162,7 +1160,6 @@ jobs:
working-directory: ./ops/testnet/prod/core
run: |
terraform plan -var-file=tfvars.json
continue-on-error: true
- name: Terraform Docker Image onto AWS
id: apply
Expand Down Expand Up @@ -1231,7 +1228,6 @@ jobs:
working-directory: ./ops/testnet/prod/backend
run: |
terraform plan -var-file=tfvars.json
continue-on-error: true
- name: Terraform Docker Image onto AWS
id: apply
Expand Down Expand Up @@ -1300,7 +1296,6 @@ jobs:
working-directory: ./ops/mainnet/prod/backend
run: |
terraform plan -var-file=tfvars.json
continue-on-error: true
- name: Terraform Docker Image onto AWS
id: apply
Expand Down Expand Up @@ -1364,7 +1359,6 @@ jobs:
working-directory: ./ops/mainnet/prod/core
run: |
terraform plan -var-file=tfvars.json
continue-on-error: true
- name: Terraform Docker Image onto AWS
id: apply
Expand Down

0 comments on commit 29ad402

Please sign in to comment.