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.
This commit is contained in:
Hugo Machet 2022-03-05 19:10:13 +01:00
parent adf6e1f19d
commit aa684aa936
No known key found for this signature in database
GPG Key ID: B247C0CAF73268E4
3 changed files with 3 additions and 3 deletions

View File

@ -20,9 +20,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

View File

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

View File

@ -21,9 +21,9 @@ packages:
- scdoc
- wget
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