check-compose: 'make clean' before 'make'

or else it doesn't do the make step, even if it would change
something. irritating.
This commit is contained in:
Adam Williamson 2016-03-03 18:14:20 -08:00
parent 7c30dbe0ff
commit b0a87fe03a

View file

@ -62,6 +62,12 @@
dest: /root/fedora-qa
register: gitqa
- name: Clean check-compose
command: "make prefix=/usr clean"
args:
chdir: /root/fedora-qa/check-compose
when: "gitqa|changed"
- name: Build check-compose
command: "make prefix=/usr"
args: