jenkins: Clean should remove old snaps

This commit is contained in:
Jakob Borg 2016-11-12 10:08:13 +01:00
parent 2860813a8e
commit bfb48b5dde

View File

@ -20,7 +20,7 @@ function init {
export GOPATH=$(pwd)
export WORKSPACE="${WORKSPACE:-$GOPATH}"
go version
rm -f *.tar.gz *.zip *.deb
rm -f *.tar.gz *.zip *.deb *.snap
cd src/github.com/syncthing/syncthing
version=$(go run build.go version)