From 4c4735cdf624cf873fbab6f422d8f21837e1f95d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 5 Feb 2024 17:31:50 +0100 Subject: [PATCH] ci: Don't pass superfluous args to install-meson-project Since a383917b2393, the script only takes two positional arguments, the repo URL and commit/branch ref. Part-of: --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8a189e40e..333a1ecd6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -124,23 +124,23 @@ variables: ./.gitlab-ci/install-meson-project.sh \ https://gitlab.gnome.org/jadahl/catch.git \ - main . 29ad36e2b1d28ac9d8b2bc44af46296cb1db5d66 + main ./.gitlab-ci/install-meson-project.sh \ https://gitlab.gnome.org/GNOME/glib.git \ - main . a7c34b431bfaf3d56de64cb1cfea851ac11099d3 + main ./.gitlab-ci/install-meson-project.sh \ https://gitlab.freedesktop.org/libinput/libei.git \ - 1.0.901 . + 1.0.901 ./.gitlab-ci/install-meson-project.sh \ https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git \ - master . + master ./.gitlab-ci/install-meson-project.sh \ https://gitlab.freedesktop.org/wayland/wayland-protocols.git \ - 1.33 . + 1.33 rpm -e --nodeps gnome-bluetooth-libs-devel \ mutter mutter-devel \