Ansible syntax fix and added message decrypt.
* Decrypt message which is base64 encoded in secrets * read change_url from zuul dictionary instead of its subelement items Change-Id: I2137be52d4ad8c0a158b6192b6e0a08527c60328 Relates-To: #196
This commit is contained in:
parent
60ece21b96
commit
b248f6e4a4
@ -21,7 +21,7 @@
|
|||||||
script: >
|
script: >
|
||||||
zuul.d/scripts/update_github_issues.py "{{ github_credentials.username }}" \
|
zuul.d/scripts/update_github_issues.py "{{ github_credentials.username }}" \
|
||||||
"{{ github_credentials.password }}" \
|
"{{ github_credentials.password }}" \
|
||||||
"{{ zuul.message }}" \
|
"{{ zuul.message | b64decode }}" \
|
||||||
"{{ zuul.items[0].change_url }}"
|
"{{ zuul.change_url }}"
|
||||||
args:
|
args:
|
||||||
executable: python3
|
executable: python3
|
||||||
|
Loading…
Reference in New Issue
Block a user