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:
parent
7c30dbe0ff
commit
b0a87fe03a
1 changed files with 6 additions and 0 deletions
|
@ -62,6 +62,12 @@
|
||||||
dest: /root/fedora-qa
|
dest: /root/fedora-qa
|
||||||
register: gitqa
|
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
|
- name: Build check-compose
|
||||||
command: "make prefix=/usr"
|
command: "make prefix=/usr"
|
||||||
args:
|
args:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue