koji_builder: Only show changed on compile play when "Compiling " is in the stdout.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
679bce5555
commit
8830d2ad1a
1 changed files with 2 additions and 0 deletions
|
@ -107,6 +107,8 @@
|
|||
|
||||
- name: Re byte compile Guest.py (if needed)
|
||||
command: python2 -m compileall /usr/lib/python2.7/site-packages/oz/Guest.py
|
||||
register: compileGuestpy
|
||||
changed_when: "'Compiling ' in compileGuestpy.stdout"
|
||||
tags:
|
||||
- koji_builder
|
||||
notify:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue