diff options
| author | Adam Williamson <awilliam@redhat.com> | 2016-01-13 21:42:52 -0800 |
|---|---|---|
| committer | Adam Williamson <awilliam@redhat.com> | 2016-01-13 21:42:52 -0800 |
| commit | d0f44d928fa63134a9da951c71080c122f9b56c1 (patch) | |
| tree | 333acd1c18429ff15434820d490993f027f535aa /roles/check-compose/tasks | |
| parent | 7bd0e1359b7fc3dcda6489eefbcb01cb0df197c4 (diff) | |
| download | ansible-d0f44d928fa63134a9da951c71080c122f9b56c1.tar.gz ansible-d0f44d928fa63134a9da951c71080c122f9b56c1.tar.xz ansible-d0f44d928fa63134a9da951c71080c122f9b56c1.zip | |
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)
Diffstat (limited to 'roles/check-compose/tasks')
| -rw-r--r-- | roles/check-compose/tasks/main.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roles/check-compose/tasks/main.yml b/roles/check-compose/tasks/main.yml index b1a5da4a8..016151878 100644 --- a/roles/check-compose/tasks/main.yml +++ b/roles/check-compose/tasks/main.yml @@ -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" |
