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