diff options
| author | Adam Williamson <awilliam@redhat.com> | 2017-01-12 15:05:30 -0800 |
|---|---|---|
| committer | Adam Williamson <awilliam@redhat.com> | 2017-01-12 15:05:30 -0800 |
| commit | 3cee6ccf5fa4fdbf1ebbe4635b59cd3ac5034788 (patch) | |
| tree | d39e8cf47726fa066ccdb3c26e200e07cda5b77b /roles/openqa/server/tasks | |
| parent | 4f49688a4173b50fa21aa4f6618c24372c657ea9 (diff) | |
| download | ansible-3cee6ccf5fa4fdbf1ebbe4635b59cd3ac5034788.tar.gz ansible-3cee6ccf5fa4fdbf1ebbe4635b59cd3ac5034788.tar.xz ansible-3cee6ccf5fa4fdbf1ebbe4635b59cd3ac5034788.zip | |
openQA: update name of default git branch for tests
Now it's master, not develop.
Diffstat (limited to 'roles/openqa/server/tasks')
| -rw-r--r-- | roles/openqa/server/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openqa/server/tasks/main.yml b/roles/openqa/server/tasks/main.yml index f2befdde9..8cc00f2ec 100644 --- a/roles/openqa/server/tasks/main.yml +++ b/roles/openqa/server/tasks/main.yml @@ -115,7 +115,7 @@ register: gittests become: true become_user: geekotest - when: "(testsbranch.stdout.find('Not a git repository') != -1) or (testsbranch.stdout.find('On branch develop') != -1)" + when: "(testsbranch.stdout.find('Not a git repository') != -1) or (testsbranch.stdout.find('On branch master') != -1)" - name: Check out openqa_fedora_tools git: |
