openqa/server: update for git default branch rename
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
3fe2380ed2
commit
8e891fe4d5
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@
|
||||||
become_user: geekotest
|
become_user: geekotest
|
||||||
when: >
|
when: >
|
||||||
(testsbranch.stderr.find('ot a git repository') != -1) or
|
(testsbranch.stderr.find('ot a git repository') != -1) or
|
||||||
(testsbranch.stdout.find('On branch master') != -1 and
|
(testsbranch.stdout.find('On branch main') != -1 and
|
||||||
testsbranch.stdout.find('Changes not staged') == -1)
|
testsbranch.stdout.find('Changes not staged') == -1)
|
||||||
|
|
||||||
- name: Remove old openqa_fedora_tools checkout
|
- name: Remove old openqa_fedora_tools checkout
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue