mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-22 19:08:58 +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
|
||||
rm -rf "$GOPATH/pkg"
|
||||
git clean -fxd
|
||||
rm -rf parts # created by snapcraft, contains git repo so not cleaned by git above
|
||||
echo
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user