Skip to content

Commit b0d6f84

Browse files
committed
updated python executation.
1 parent a280fef commit b0d6f84

File tree

1 file changed

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

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,8 @@
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-
workingDirectory: $(Build.SourcesDirectory)
61-
command: ls -R
62-
6359
- name: copy spec to s3
64-
command: python3 $(Build.SourcesDirectory)/scripts/copy_spec_to_s3.py
60+
command: python3 {{ playbook_dir }}/../scripts/copy_spec_to_s3.py
6561

6662
# - name: deploy apigee specs
6763
# nhsd.apigee.deploy_spec:

0 commit comments

Comments
 (0)