Skip to content

Commit 2ea1cea

Browse files
committed
added list repo.
1 parent 81a04df commit 2ea1cea

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
# manifest manages proxies too.
5757
when: item.name | regex_search('^' + SERVICE_NAME + '-' + PULL_REQUEST | default(APIGEE_ENVIRONMENT))
5858

59+
- name: list repo files
60+
command: ls -R $(Build.SourcesDirectory)
61+
5962
- name: copy spec to s3
6063
command: python3 $(Build.SourcesDirectory)/scripts/copy_spec_to_s3.py
6164

0 commit comments

Comments
 (0)