[pango/main: 2/3] ci: Update branch references to main
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/main: 2/3] ci: Update branch references to main
- Date: Sat, 17 Jul 2021 12:24:20 +0000 (UTC)
commit dac2f408531df6bb589e5128be95b6cfb7494b07
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Jul 16 12:31:24 2021 -0400
ci: Update branch references to main
Change ci to point at the main branch instead of master.
This is part of #579
.gitlab-ci.yml | 2 +-
.gitlab-ci/meson-junit-report.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bfe5f790..3b9f5200 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -140,4 +140,4 @@ pages:
paths:
- public
only:
- - master
+ - main
diff --git a/.gitlab-ci/meson-junit-report.py b/.gitlab-ci/meson-junit-report.py
index fc96efba..aaa3f45a 100755
--- a/.gitlab-ci/meson-junit-report.py
+++ b/.gitlab-ci/meson-junit-report.py
@@ -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'),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]