mirror of
https://github.com/go-gitea/git.git
synced 2026-02-05 15:45:40 +01:00
Show git version during testing
This commit is contained in:
@@ -17,6 +17,7 @@ pipeline:
|
||||
- make clean
|
||||
- make vet
|
||||
- make lint
|
||||
- git --version
|
||||
- make test
|
||||
- mkdir build \
|
||||
&& curl -fsSL "https://github.com/git/git/archive/v1.7.0.tar.gz" -o git.tar.gz \
|
||||
@@ -29,6 +30,7 @@ pipeline:
|
||||
&& cd ../.. \
|
||||
&& rm -rf build \
|
||||
&& rm git.tar.gz
|
||||
- git --version
|
||||
- make test
|
||||
- make build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user