mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
jenkins: Don't fetch --prune unnecessarily, print build version on Windows
This commit is contained in:
parent
81d19a00aa
commit
526cab538a
@ -24,6 +24,7 @@ cd src\github.com\syncthing\syncthing
|
||||
echo Initializing ^& cleaning
|
||||
go version
|
||||
git clean -fxd || goto error
|
||||
go run build.go version
|
||||
echo.
|
||||
|
||||
echo Fetching extras
|
||||
|
@ -32,7 +32,6 @@ function clean {
|
||||
echo Cleaning
|
||||
rm -rf "$GOPATH/pkg"
|
||||
git clean -fxd
|
||||
git fetch --prune
|
||||
echo
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user