mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-09 09:50:30 +00:00
jenkins: Remove spurious 'parts' directory when cleaning
This commit is contained in:
parent
d7adee05a8
commit
3475a9ab0a
@ -32,6 +32,7 @@ function clean {
|
|||||||
echo Cleaning
|
echo Cleaning
|
||||||
rm -rf "$GOPATH/pkg"
|
rm -rf "$GOPATH/pkg"
|
||||||
git clean -fxd
|
git clean -fxd
|
||||||
|
rm -rf parts # created by snapcraft, contains git repo so not cleaned by git above
|
||||||
echo
|
echo
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user