From d0f44d928fa63134a9da951c71080c122f9b56c1 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 13 Jan 2016 21:42:52 -0800 Subject: [PATCH] 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) --- roles/check-compose/tasks/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/check-compose/tasks/main.yml b/roles/check-compose/tasks/main.yml index b1a5da4a86..016151878b 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"