jenkins: Don't clean out when building with old Go (nukes coverage data)

This commit is contained in:
Jakob Borg 2016-12-18 19:58:43 +01:00
parent 66a7829eee
commit 2d47242d54
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ if [[ -d /usr/local/oldgo ]]; then
go version
echo
git clean -fxd
rm -rf "$GOPATH/pkg"
go run build.go install all # only compile, don't run lints and stuff
fi