Skip to content

Commit 6ab6746

Browse files
committed
cd terraform
1 parent e675def commit 6ab6746

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure/azure-pr-teardown-pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,14 @@ jobs:
4949
5050
export ENVIRONMENT="internal-dev"
5151
export BUCKET_NAME="immunisation-internal-dev-terraform-state-files"
52+
cd terraform
5253
make init
5354
5455
export ENVIRONMENT="dev"
5556
export SUB_ENVIRONMENT="pr-711"
5657
export BUCKET_NAME="immunisation-pr-711-terraform-state-files"
5758
58-
cd terraform
59+
5960
terraform workspace select $(WORKSPACE)
6061
make destroy aws_account_no=${account_id} environment=$(WORKSPACE)
6162
displayName: Destroy terraform PR workspace and linked resources

0 commit comments

Comments
 (0)