Skip to content

Commit 81a04df

Browse files
committed
updated the scripts location.
1 parent 89338bd commit 81a04df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ansible/collections/ansible_collections/nhsd/apigee/roles/deploy_manifest/tasks

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
when: item.name | regex_search('^' + SERVICE_NAME + '-' + PULL_REQUEST | default(APIGEE_ENVIRONMENT))
5858

5959
- name: copy spec to s3
60-
command: python3 scripts/copy_spec_to_s3.py
60+
command: python3 $(Build.SourcesDirectory)/scripts/copy_spec_to_s3.py
6161

6262
# - name: deploy apigee specs
6363
# nhsd.apigee.deploy_spec:

0 commit comments

Comments
 (0)