From aa684aa936e8e40625baeda6172d1a7fc6d76eb2 Mon Sep 17 00:00:00 2001 From: Hugo Machet Date: Sat, 5 Mar 2022 19:10:13 +0100 Subject: ci: Fix builds manifests Remove `.git` suffix from river repo in `sources` section as the suffix make the ci only clone the repo. Without the suffix the ci checkout the correct commit to build river. We don't need to remove the suffix from others sources as cloning the repo and checkout the tag version we want is enough. --- .builds/archlinux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.builds/archlinux.yml') diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index 6f62449..e71ac90 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -17,9 +17,9 @@ packages: - wget - xz sources: + - https://github.com/riverwm/river - https://gitlab.freedesktop.org/wayland/wayland.git - https://gitlab.freedesktop.org/wlroots/wlroots.git - - https://github.com/riverwm/river.git tasks: - install_deps: | cd wayland -- cgit v1.2.3