We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d5c96 commit 3758a92Copy full SHA for 3758a92
1 file changed
azure/common/deploy-stage.yml
@@ -273,13 +273,15 @@ stages:
273
274
- bash: |
275
echo working directory: $(System.DefaultWorkingDirectory)
276
- cd */*/utils/scripts
+ echo changed directory : $(Pipeline.Workspace)/s/${{ parameters.service_name }}/$(resources.pipeline.build_pipeline.pipelineID)
277
+ cd /utils/scripts
278
pip install pyyaml
279
pip install json
280
pip install boto3
281
282
python copy_spec.py "nhsd-apm-management-ptl-proxygen" "${{ parameters.service_name }}" "$(System.DefaultWorkingDirectory)"
283
displayName: Copy Spec
284
+ workingDirectory: $(Pipeline.Workspace)/s/${{ parameters.service_name }}/$(resources.pipeline.build_pipeline.pipelineID)
285
286
- ${{ if parameters.notify }}:
287
- template: '../components/update-github-status.yml'
0 commit comments