CI: purge all references to the master branch

This commit is contained in:
Peter Hutterer 2022-12-05 15:04:51 +10:00
parent 260ae90d91
commit 7713ad5ac5
2 changed files with 6 additions and 6 deletions

View file

@ -86,7 +86,7 @@ fail-if-fork-is-not-public:
exit 1
fi
except:
- master@libinput/libei
- main@libinput/libei
# Re-generate the CI script and make sure it's the one currently checked in
# If this job fails, re-generate the gitlab-ci.yml script, see
@ -117,7 +117,7 @@ check-commit:
script:
- ci-fairy check-commits --junit-xml=results.xml
except:
- master@libinput/libei
- main@libinput/libei
variables:
GIT_DEPTH: 100
artifacts:
@ -309,7 +309,7 @@ pages:
- mv "$MESON_BUILDDIR"/doc/html/ public
only:
refs:
- master
- main
artifacts:
paths:
- public

View file

@ -94,7 +94,7 @@ fail-if-fork-is-not-public:
exit 1
fi
except:
- master@libinput/libei
- main@libinput/libei
# Re-generate the CI script and make sure it's the one currently checked in
# If this job fails, re-generate the gitlab-ci.yml script, see
@ -125,7 +125,7 @@ check-commit:
script:
- ci-fairy check-commits --junit-xml=results.xml
except:
- master@libinput/libei
- main@libinput/libei
variables:
GIT_DEPTH: 100
artifacts:
@ -341,7 +341,7 @@ pages:
- mv "$MESON_BUILDDIR"/doc/html/ public
only:
refs:
- master
- main
artifacts:
paths:
- public