Skip to content

Commit ed829bc

Browse files
committed
updated the python location.
1 parent 731cfe7 commit ed829bc

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

azure/common/deploy-stage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,10 @@ stages:
270270
spec_file: ${{ parameters.spec_file }}
271271
pr_label: $(PR_LABEL)
272272
aws_account: ${{ parameters.aws_account }}
273+
274+
- bash: python copy_spec.py
275+
displayName: Copy Spec
276+
workingDirectory: scripts/
273277

274278
- ${{ if parameters.notify }}:
275279
- template: '../components/update-github-status.yml'

azure/templates/deploy-service.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -250,16 +250,6 @@ steps:
250250
make --no-print-directory -C $(UTILS_DIR)/ansible deploy-manifest
251251
displayName: 'Deploy Manifest'
252252
253-
- bash: |
254-
pwd
255-
ls
256-
cd canary-api
257-
ls
258-
cd utils/scripts
259-
ls
260-
python copy_spec.py
261-
displayName: Copy Spec
262-
263253
- ${{ if parameters.proxy_path }}:
264254
- bash: |
265255
set -euo pipefail

0 commit comments

Comments
 (0)