Skip to content

Commit 10488ba

Browse files
committed
load external files
1 parent cc0abaf commit 10488ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure/azure-pr-teardown-pipeline.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@ jobs:
2323
vmImage: 'ubuntu-latest'
2424
steps:
2525
- checkout: self
26+
path: "s/$(SERVICE_NAME)"
2627

2728
- bash: |
2829
echo $(action_pr_number)
2930
WORKSPACE="pr-"$(ACTION_PR_NUMBER)
3031
echo $WORKSPACE
3132
echo "##vso[task.setvariable variable=WORKSPACE]$WORKSPACE"
3233
echo "##vso[task.setvariable variable=ACTION_PR_NUMBER]$(ACTION_PR_NUMBER)"
34+
echo $(SERVICE_NAME)
3335
displayName: Set workspace tag
3436
3537
- template: ./templates/aws-assume-role.yml
@@ -45,7 +47,7 @@ jobs:
4547
4648
- bash: |
4749
export AWS_PROFILE=apim-dev
48-
echo "Unsubscribing SQS Queue from MNS notifications."
50+
echo "unsubscribing SQS Queue from MNS notifications."
4951
pyenv install -s 3.11.11
5052
pyenv local 3.11.11
5153
echo "Setting up poetry environment..."

0 commit comments

Comments
 (0)