Browse Source

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

Jakob Borg 9 years ago
parent
commit
2d47242d54
1 changed files with 0 additions and 1 deletions
  1. 0 1
      jenkins/build-linux.bash

+ 0 - 1
jenkins/build-linux.bash

@@ -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