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:
parent
57b47c9640
commit
9cde7fc8f5
@ -19,7 +19,7 @@
|
|||||||
executable: pip3
|
executable: pip3
|
||||||
- name: Run python script
|
- name: Run python script
|
||||||
script: >
|
script: >
|
||||||
zuul.d/scripts/update_github_issues.py "{{ github_credentials.username }}" \
|
update_github_issues.py "{{ github_credentials.username }}" \
|
||||||
"{{ github_credentials.password }}" \
|
"{{ github_credentials.password }}" \
|
||||||
"{{ zuul.message | b64decode }}" \
|
"{{ zuul.message | b64decode }}" \
|
||||||
"{{ zuul.change_url }}"
|
"{{ zuul.change_url }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user