add snapcraft clean back into the build steps
All checks were successful
dreamfall/partybot/pipeline/head This commit looks good

This commit is contained in:
Morgan McMillian 2022-11-29 12:12:13 -08:00
parent d47c9daf4f
commit 43ce25a873

2
Jenkinsfile vendored
View file

@ -16,6 +16,7 @@ pipeline {
cleanWs()
// sh "rm *.snap || true"
checkout scm
sh "snapcraft clean"
sh "snapcraft"
}
post {
@ -36,6 +37,7 @@ pipeline {
cleanWs()
// sh "rm *.snap || true"
checkout scm
sh "snapcraft clean"
sh "snapcraft"
}
post {