mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-21 00:20:06 +01:00
gitlab CI: fix the repo name for excluding checks on master
Fixes 2698867311
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
2698867311
commit
94a09a40bd
2 changed files with 2 additions and 2 deletions
|
|
@ -173,7 +173,7 @@ check-commit:
|
||||||
script:
|
script:
|
||||||
- ci-fairy check-commits --signed-off-by --junit-xml=results.xml
|
- ci-fairy check-commits --signed-off-by --junit-xml=results.xml
|
||||||
except:
|
except:
|
||||||
- master@libinput/libinput
|
- master@libevdev/libevdev
|
||||||
variables:
|
variables:
|
||||||
GIT_DEPTH: 100
|
GIT_DEPTH: 100
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
|
||||||
|
|
@ -110,7 +110,7 @@ check-commit:
|
||||||
script:
|
script:
|
||||||
- ci-fairy check-commits --signed-off-by --junit-xml=results.xml
|
- ci-fairy check-commits --signed-off-by --junit-xml=results.xml
|
||||||
except:
|
except:
|
||||||
- master@libinput/libinput
|
- master@libevdev/libevdev
|
||||||
variables:
|
variables:
|
||||||
GIT_DEPTH: 100
|
GIT_DEPTH: 100
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue