From 94a09a40bdbcc0b0aca32a0c6f532e16a5326498 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 16 Jun 2020 16:16:11 +1000 Subject: [PATCH] gitlab CI: fix the repo name for excluding checks on master Fixes 2698867311db78a7190bba1a20f0f27cfa04ffad Signed-off-by: Peter Hutterer --- .gitlab-ci.yml | 2 +- .gitlab-ci/ci.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a612d72..2bfd1f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index d7e173f..c923a9e 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -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: -- 2.34.1