Skip to content

Commit b42140b

Browse files
committed
Updated script.
1 parent fab20e5 commit b42140b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure/templates/deploy-service.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,9 @@ steps:
250250
make --no-print-directory -C $(UTILS_DIR)/ansible deploy-manifest
251251
displayName: 'Deploy Manifest'
252252
253-
- bash: |
254-
python .scripts/copy_spec.py
255-
displayName: Copy Spec File
253+
- bash: python copy_spec.py
254+
displayName: Copy Spec
255+
workingDirectory: ../../scripts/
256256

257257
- ${{ if parameters.proxy_path }}:
258258
- bash: |

0 commit comments

Comments
 (0)