Skip to content

Commit 01ae179

Browse files
committed
test 2
1 parent aed8587 commit 01ae179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure/azure-pr-teardown-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ jobs:
4949
5050
export ENVIRONMENT="internal-dev"
5151
export BUCKET_NAME="immunisation-internal-dev-terraform-state-files"
52-
make init-reconfigure
52+
make init
5353
5454
5555
export ENVIRONMENT="pr-703"
5656
export BUCKET_NAME="immunisation-pr-703-terraform-state-files"
5757
5858
cd terraform
5959
terraform workspace select $(WORKSPACE)
60-
make init && make destroy aws_account_no=${account_id} environment=$(WORKSPACE)
60+
make destroy aws_account_no=${account_id} environment=$(WORKSPACE)
6161
displayName: Destroy terraform PR workspace and linked resources
6262
retryCountOnTaskFailure: 2

0 commit comments

Comments
 (0)