1
0
Fork 0

ci: Don't pass superfluous args to install-meson-project

Since a383917b23, the script only takes two positional arguments,
the repo URL and commit/branch ref.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3563>
This commit is contained in:
Florian Müllner 2024-02-05 17:31:50 +01:00 committed by Marge Bot
parent 1c58c8cb92
commit 4c4735cdf6

View file

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