Merge branch 'master-to-main' into 'main'

ci: Rename master to main branch

See merge request pwithnall/malcontent!121
This commit is contained in:
Philip Withnall 2021-09-17 11:40:10 +00:00
commit a22a8fdaf3
3 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ debian:
pages:
stage: deploy
only:
- master
- main
script:
- mv _coverage/ public/
artifacts:

View File

@ -24,7 +24,7 @@ aparser.add_argument('--job-id', metavar='ID',
default='Unknown')
aparser.add_argument('--branch', metavar='NAME',
help='Branch of the project being tested',
default='master')
default='main')
aparser.add_argument('--output', metavar='FILE',
help='The output file, stdout by default',
type=argparse.FileType('w', encoding='UTF-8'),

View File

@ -21,7 +21,7 @@
</description>
<screenshots>
<screenshot height="552" width="699" type="default">
<image>https://gitlab.freedesktop.org/pwithnall/malcontent/-/raw/master/malcontent-control/malcontent-control.png</image>
<image>https://gitlab.freedesktop.org/pwithnall/malcontent/-/raw/HEAD/malcontent-control/malcontent-control.png</image>
<caption>Main window</caption>
</screenshot>
</screenshots>