check-compose: drop always_run from git steps
as per the similar recent commit to openqa roles, this is not needed and breaks stuff (as the checkout is run during 'check' but the install step isn't, the updated code is never installed)
This commit is contained in:
parent
7bd0e1359b
commit
d0f44d928f
1 changed files with 0 additions and 2 deletions
|
@ -40,7 +40,6 @@
|
|||
repo: https://github.com/os-autoinst/openQA-python-client.git
|
||||
dest: /root/openQA-python-client
|
||||
register: gitclient
|
||||
always_run: true
|
||||
|
||||
- name: Check if python-client has ever been installed
|
||||
command: "python -c 'import openqa_client'"
|
||||
|
@ -60,7 +59,6 @@
|
|||
repo: https://git.fedorahosted.org/git/fedora-qa.git
|
||||
dest: /root/fedora-qa
|
||||
register: gitqa
|
||||
always_run: true
|
||||
|
||||
- name: Build check-compose
|
||||
command: "make prefix=/usr"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue