Sfoglia il codice sorgente

jenkins: Remove spurious 'parts' directory when cleaning

Jakob Borg 9 anni fa
parent
commit
3475a9ab0a
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      jenkins/common.bash

+ 1 - 0
jenkins/common.bash

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