Skip to content

Commit

Permalink
ci: Fix builds manifests
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
novakne committed Mar 6, 2022
1 parent adf6e1f commit aa684aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .builds/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .builds/archlinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .builds/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa684aa

Please sign in to comment.