Skip to content

Commit 33b2206

Browse files
committed
VED-79: Revert teardown pipeline
1 parent b0c94b7 commit 33b2206

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

azure/azure-pr-teardown-pipeline.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,6 @@ jobs:
4343
echo "##vso[task.setvariable variable=APIGEE_ENVIRONMENT]internal-dev"
4444
displayName: Set AWS default region and Terraform state bucket
4545
46-
- bash: |
47-
export AWS_PROFILE=apim-dev
48-
pyenv install -s 3.11.11
49-
pyenv local 3.11.11
50-
poetry env use 3.11
51-
poetry install --no-root
52-
53-
export PYTHONPATH=$(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)/mns_subscription
54-
55-
echo "Deleting SQS Subscription from MNS..."
56-
poetry run python src/unsubscribe_mns.py
57-
displayName: "Delete MNS Subscription"
58-
workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)/mns_subscription"
59-
env:
60-
SQS_ARN: "$(ID_SYNC_QUEUE_ARN)"
61-
6246
- bash: |
6347
export AWS_PROFILE=apim-dev
6448
account_id="$(aws sts get-caller-identity --query Account --output text)"

0 commit comments

Comments
 (0)