Skip to content

Commit accd0ed

Browse files
committed
modified the azure template.
1 parent 5a39eed commit accd0ed

File tree

3 files changed

+4
-93
lines changed

3 files changed

+4
-93
lines changed

ansible/collections/ansible_collections/nhsd/apigee/roles/deploy_manifest/tasks/copy_spec.py

Lines changed: 0 additions & 90 deletions
This file was deleted.

ansible/collections/ansible_collections/nhsd/apigee/roles/deploy_manifest/tasks/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@
5656
# manifest manages proxies too.
5757
when: item.name | regex_search('^' + SERVICE_NAME + '-' + PULL_REQUEST | default(APIGEE_ENVIRONMENT))
5858

59-
- name: copy spec to s3
60-
command: python3 copy_spec.py
61-
6259
# - name: deploy apigee specs
6360
# nhsd.apigee.deploy_spec:
6461
# spec: "{{ item }}"

azure/templates/deploy-service.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,10 @@ steps:
249249
export PULL_REQUEST="${{ parameters.pr_label }}"
250250
make --no-print-directory -C $(UTILS_DIR)/ansible deploy-manifest
251251
displayName: 'Deploy Manifest'
252+
253+
- bash: |
254+
python3 scripts/copy_Spec.py
255+
displayName: 'Copy Spec'
252256
253257
- ${{ if parameters.proxy_path }}:
254258
- bash: |

0 commit comments

Comments
 (0)