ci: git clone from https

```
Cloning into 'stabber'...
fatal: remote error:
  The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
```
This commit is contained in:
Michael Vetter
2022-01-11 16:16:12 +01:00
parent 81d074be73
commit 50f0cfd324
4 changed files with 7 additions and 7 deletions

View File

@@ -53,7 +53,7 @@ RUN pacman -U --noconfirm libstrophe-git/libstrophe-git-*.pkg.tar.zst
RUN pacman -U --noconfirm libsignal-protocol-c/libsignal-protocol-c-*.pkg.tar.zst
WORKDIR /usr/src
RUN git clone git://github.com/boothj5/stabber.git
RUN git clone https://github.com/boothj5/stabber
WORKDIR /usr/src/stabber
RUN ./bootstrap.sh