We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a04df commit 2ea1ceaCopy full SHA for 2ea1cea
ansible/collections/ansible_collections/nhsd/apigee/roles/deploy_manifest/tasks/main.yml
@@ -56,6 +56,9 @@
56
# manifest manages proxies too.
57
when: item.name | regex_search('^' + SERVICE_NAME + '-' + PULL_REQUEST | default(APIGEE_ENVIRONMENT))
58
59
+- name: list repo files
60
+ command: ls -R $(Build.SourcesDirectory)
61
+
62
- name: copy spec to s3
63
command: python3 $(Build.SourcesDirectory)/scripts/copy_spec_to_s3.py
64
0 commit comments