jenkins: Remove spurious 'parts' directory when cleaning

This commit is contained in:
Jakob Borg 2017-03-04 08:21:48 +01:00
parent d7adee05a8
commit 3475a9ab0a

View File

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