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 repo: https://github.com/os-autoinst/openQA-python-client.git
dest: /root/openQA-python-client dest: /root/openQA-python-client
register: gitclient register: gitclient
always_run: true
- name: Check if python-client has ever been installed - name: Check if python-client has ever been installed
command: "python -c 'import openqa_client'" command: "python -c 'import openqa_client'"
@ -60,7 +59,6 @@
repo: https://git.fedorahosted.org/git/fedora-qa.git repo: https://git.fedorahosted.org/git/fedora-qa.git
dest: /root/fedora-qa dest: /root/fedora-qa
register: gitqa register: gitqa
always_run: true
- name: Build check-compose - name: Build check-compose
command: "make prefix=/usr" command: "make prefix=/usr"