diff --git a/Jenkinsfile b/Jenkinsfile index b8d6e26..d46893d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,6 +10,7 @@ pipeline { agent { label "snap-arm64" } steps { sh "rm *.snap || true" + sh "snapcraft clean" sh "snapcraft" } post { @@ -22,6 +23,7 @@ pipeline { agent { label "snap-amd64" } steps { sh "rm *.snap || true" + sh "snapcraft clean" sh "snapcraft" } post {