diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2020-11-18 07:57:50 +1000 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2020-11-18 08:36:13 +0100 |
commit | 133de4ab593d27c5e01313b47374e1468c66f51a (patch) | |
tree | 271f5c28c570ce62f8b67604ede315d41316dcc0 /.gitlab-ci.yml | |
parent | 5ce9f0e186e76607866aec8661808a982403326b (diff) | |
download | NetworkManager-133de4ab593d27c5e01313b47374e1468c66f51a.tar.gz |
gitlab CI: remove leftover comments referring to libinput
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/684
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 666444ab1b..66644714f4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,12 +39,11 @@ variables: GIT_DEPTH: 1 # these tags should be updated each time the list of packages is updated # changing these will force rebuilding the associated image - # Note: these tags have no meaning and are not tied to a particular - # libinput version - FEDORA_TAG: '2020-11-17.0-b6f225d87807' - UBUNTU_TAG: '2020-11-17.0-e2797fbbfc3a' - DEBIAN_TAG: '2020-11-17.0-e2797fbbfc3a' - CENTOS_TAG: '2020-11-17.0-b6f225d87807' + # Note: these tags have no meaning and are not tied to a particular NM version + FEDORA_TAG: '2020-11-17.0-3bc1d72be050' + UBUNTU_TAG: '2020-11-17.0-dc51098af332' + DEBIAN_TAG: '2020-11-17.0-dc51098af332' + CENTOS_TAG: '2020-11-17.0-3bc1d72be050' FEDORA_EXEC: 'bash .gitlab-ci/fedora-install.sh' UBUNTU_EXEC: 'bash .gitlab-ci/debian-install.sh' |