mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-22 10:58:57 +00:00
jenkins: Clean should remove old snaps
This commit is contained in:
parent
2860813a8e
commit
bfb48b5dde
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user