Skip to content

Commit 24a75ef

Browse files
committed
updated script file location.
1 parent b0d6f84 commit 24a75ef

File tree

1 file changed

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

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,11 @@
5656
# manifest manages proxies too.
5757
when: item.name | regex_search('^' + SERVICE_NAME + '-' + PULL_REQUEST | default(APIGEE_ENVIRONMENT))
5858

59+
- name: list scripts folder
60+
command: ls -l {{ playbook_dir }}/../../../../../../../../scripts
61+
5962
- name: copy spec to s3
60-
command: python3 {{ playbook_dir }}/../scripts/copy_spec_to_s3.py
63+
command: python3 /../../../../../../../../scripts/copy_spec_to_s3.py
6164

6265
# - name: deploy apigee specs
6366
# nhsd.apigee.deploy_spec:

0 commit comments

Comments
 (0)