Skip to content

Commit 6fafe3b

Browse files
committed
Corrected the path.
1 parent 8dd35f7 commit 6fafe3b

File tree

1 file changed

+1
-1
lines changed
  • ansible/collections/ansible_collections/nhsd/apigee/roles/deploy_manifest/tasks

1 file changed

+1
-1
lines changed

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 {{ playbook_dir }}/scripts/copy_spec_to_s3.py
60+
command: python3 {{ playbook_dir }}/../scripts/copy_spec_to_s3.py
6161

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

0 commit comments

Comments
 (0)