openQA: update name of default git branch for tests

Now it's master, not develop.
This commit is contained in:
Adam Williamson
2017-01-12 15:05:30 -08:00
parent 4f49688a41
commit 3cee6ccf5f

View File

@@ -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: