We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d6f84 commit 24a75efCopy full SHA for 24a75ef
1 file changed
ansible/collections/ansible_collections/nhsd/apigee/roles/deploy_manifest/tasks/main.yml
@@ -56,8 +56,11 @@
56
# manifest manages proxies too.
57
when: item.name | regex_search('^' + SERVICE_NAME + '-' + PULL_REQUEST | default(APIGEE_ENVIRONMENT))
58
59
+- name: list scripts folder
60
+ command: ls -l {{ playbook_dir }}/../../../../../../../../scripts
61
+
62
- name: copy spec to s3
- command: python3 {{ playbook_dir }}/../scripts/copy_spec_to_s3.py
63
+ command: python3 /../../../../../../../../scripts/copy_spec_to_s3.py
64
65
# - name: deploy apigee specs
66
# nhsd.apigee.deploy_spec:
0 commit comments