openqa: drop always_run from git actions
it causes problems (prevents updated code being installed) and is not necessary (git module supports check).
This commit is contained in:
parent
c61eca14c1
commit
87ba685b13
2 changed files with 0 additions and 3 deletions
|
@ -37,7 +37,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'"
|
||||
|
@ -59,7 +58,6 @@
|
|||
repo: https://bitbucket.org/rajcze/openqa_fedora_tools
|
||||
dest: /root/openqa_fedora_tools-dispatcher
|
||||
register: gittools
|
||||
always_run: true
|
||||
|
||||
- name: Check if openqa_fedora_tools has ever been installed
|
||||
stat: path=/usr/bin/fedora-openqa-schedule
|
||||
|
|
|
@ -71,7 +71,6 @@
|
|||
register: gittests
|
||||
sudo: true
|
||||
sudo_user: geekotest
|
||||
always_run: true
|
||||
|
||||
- name: Check out openqa_fedora_tools
|
||||
git:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue