1
0
mirror of https://github.com/go-gitea/git.git synced 2026-02-05 15:45:40 +01:00
This commit is contained in:
Sandro Santilli
2017-11-13 23:20:55 +13:00
parent 6de09e0a9d
commit 66cc3175f0

View File

@@ -20,7 +20,7 @@ pipeline:
- make lint
- git --version
- make test
- host github.com
- curl "https://github.com/git/git/archive/v1.7.0.tar.gz"
- mkdir build \
&& curl -fsSL "https://github.com/git/git/archive/v1.7.0.tar.gz" -o git.tar.gz \
&& tar -C build -xzf git.tar.gz \