openQA: update some branch names to 'main' not 'master'
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
0029b86d94
commit
ca112a1922
3 changed files with 3 additions and 3 deletions
|
@ -201,7 +201,7 @@
|
|||
dest: /root/fedora_openqa
|
||||
register: gittools
|
||||
# case of the 'n' seems inconstant, so intentionally omitted
|
||||
when: "(toolsbranch.stderr.find('ot a git repository') != -1) or (toolsbranch.stdout.find('On branch master') != -1)"
|
||||
when: "(toolsbranch.stderr.find('ot a git repository') != -1) or (toolsbranch.stdout.find('On branch main') != -1)"
|
||||
|
||||
- name: Check if fedora_openqa is installed for current Python
|
||||
command: "pip show fedora_openqa"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue