mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-05-05 20:38:04 +02:00
CI: purge all references to the master branch
This commit is contained in:
parent
260ae90d91
commit
7713ad5ac5
2 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue