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:
Peter Hutterer 2020-06-16 16:16:11 +10:00
parent 2698867311
commit 94a09a40bd
2 changed files with 2 additions and 2 deletions

View file

@ -173,7 +173,7 @@ check-commit:
script:
- ci-fairy check-commits --signed-off-by --junit-xml=results.xml
except:
- master@libinput/libinput
- master@libevdev/libevdev
variables:
GIT_DEPTH: 100
artifacts:

View file

@ -110,7 +110,7 @@ check-commit:
script:
- ci-fairy check-commits --signed-off-by --junit-xml=results.xml
except:
- master@libinput/libinput
- master@libevdev/libevdev
variables:
GIT_DEPTH: 100
artifacts: