We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 731cfe7 commit ed829bcCopy full SHA for ed829bc
2 files changed
azure/common/deploy-stage.yml
@@ -270,6 +270,10 @@ stages:
270
spec_file: ${{ parameters.spec_file }}
271
pr_label: $(PR_LABEL)
272
aws_account: ${{ parameters.aws_account }}
273
+
274
+ - bash: python copy_spec.py
275
+ displayName: Copy Spec
276
+ workingDirectory: scripts/
277
278
- ${{ if parameters.notify }}:
279
- template: '../components/update-github-status.yml'
azure/templates/deploy-service.yml
@@ -250,16 +250,6 @@ steps:
250
make --no-print-directory -C $(UTILS_DIR)/ansible deploy-manifest
251
displayName: 'Deploy Manifest'
252
253
- - bash: |
254
- pwd
255
- ls
256
- cd canary-api
257
258
- cd utils/scripts
259
260
- python copy_spec.py
261
- displayName: Copy Spec
262
-
263
- ${{ if parameters.proxy_path }}:
264
- bash: |
265
set -euo pipefail
0 commit comments