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