1
0
mirror of https://github.com/go-gitea/git.git synced 2026-02-05 15:45:40 +01:00

Check ability to resolve github.com

This commit is contained in:
Sandro Santilli
2017-11-13 23:19:42 +13:00
parent 7f2c5e4b98
commit 6de09e0a9d

View File

@@ -20,6 +20,7 @@ pipeline:
- make lint
- git --version
- make test
- host github.com
- 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 \