Fixed the script path issue

* created a files dir within playbooks and moved
  update_github_issues.py

Change-Id: Icb621ec00bab0b431c09405370968c0b0ac975b7
Relates-To: #196
This commit is contained in:
Yasin, Siraj (SY495P) 2020-05-22 11:10:14 -05:00 committed by Sirajudeen
parent 57b47c9640
commit 9cde7fc8f5
2 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
executable: pip3
- name: Run python script
script: >
zuul.d/scripts/update_github_issues.py "{{ github_credentials.username }}" \
update_github_issues.py "{{ github_credentials.username }}" \
"{{ github_credentials.password }}" \
"{{ zuul.message | b64decode }}" \
"{{ zuul.change_url }}"