mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-03 07:12:27 +00:00
jenkins: Don't clean out when building with old Go (nukes coverage data)
This commit is contained in:
parent
66a7829eee
commit
2d47242d54
@ -64,7 +64,6 @@ if [[ -d /usr/local/oldgo ]]; then
|
|||||||
go version
|
go version
|
||||||
echo
|
echo
|
||||||
|
|
||||||
git clean -fxd
|
|
||||||
rm -rf "$GOPATH/pkg"
|
rm -rf "$GOPATH/pkg"
|
||||||
go run build.go install all # only compile, don't run lints and stuff
|
go run build.go install all # only compile, don't run lints and stuff
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user