File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 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)"
You can’t perform that action at this time.
0 commit comments