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