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: 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:

View file

@ -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: