gitlab CI: change the repo location to the proper upstream one

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2020-09-16 08:01:22 +10:00
parent 6ffdaab8f3
commit 24a74f1b26
2 changed files with 4 additions and 4 deletions

View file

@ -41,7 +41,7 @@ variables:
# libinput version
FEDORA_TAG: '2020-08-21.1'
FDO_UPSTREAM_REPO: whot/libei
FDO_UPSTREAM_REPO: libinput/libei
MESON_BUILDDIR: "build dir"
NINJA_ARGS: ''
@ -103,7 +103,7 @@ check-commit:
script:
- ci-fairy check-commits --signed-off-by --junit-xml=results.xml
except:
- master@whot/libei
- master@libinput/libei
variables:
GIT_DEPTH: 100
artifacts:

View file

@ -49,7 +49,7 @@ variables:
{{"%-13s"| format(distro.name.upper() + '_TAG:')}}'{{distro.tag}}'
{% endfor %}
FDO_UPSTREAM_REPO: whot/libei
FDO_UPSTREAM_REPO: libinput/libei
MESON_BUILDDIR: "build dir"
NINJA_ARGS: ''
@ -111,7 +111,7 @@ check-commit:
script:
- ci-fairy check-commits --signed-off-by --junit-xml=results.xml
except:
- master@whot/libei
- master@libinput/libei
variables:
GIT_DEPTH: 100
artifacts: