mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-23 13:31:05 +08:00
openQA: update name of default git branch for tests
Now it's master, not develop.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user