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:
Adam Williamson 2016-01-13 21:42:52 -08:00
parent 7bd0e1359b
commit d0f44d928f

View file

@ -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"