Skip to content

Commit 97445af

Browse files
committed
updated python loc,
1 parent 5b493e6 commit 97445af

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

azure/templates/deploy-service.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,14 @@ steps:
250250
make --no-print-directory -C $(UTILS_DIR)/ansible deploy-manifest
251251
displayName: 'Deploy Manifest'
252252
253-
- bash: python copy_spec.py
253+
- bash: |
254+
pwd
255+
ls
256+
cd ..
257+
cd ..
258+
cd scripts/
259+
python copy_spec.py
254260
displayName: Copy Spec
255-
workingDirectory: scripts/
256261
257262
- ${{ if parameters.proxy_path }}:
258263
- bash: |

0 commit comments

Comments
 (0)