Try removing clean step for faster rebuilds
Some checks failed
dreamfall/partybot/pipeline/head There was a failure building this commit
Some checks failed
dreamfall/partybot/pipeline/head There was a failure building this commit
This commit is contained in:
parent
beb82cddc4
commit
c5f58d2d10
1 changed files with 0 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -10,7 +10,6 @@ pipeline {
|
||||||
agent { label "snap-arm64" }
|
agent { label "snap-arm64" }
|
||||||
steps {
|
steps {
|
||||||
sh "rm *.snap || true"
|
sh "rm *.snap || true"
|
||||||
sh "snapcraft clean"
|
|
||||||
sh "snapcraft"
|
sh "snapcraft"
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
|
@ -23,7 +22,6 @@ pipeline {
|
||||||
agent { label "snap-amd64" }
|
agent { label "snap-amd64" }
|
||||||
steps {
|
steps {
|
||||||
sh "rm *.snap || true"
|
sh "rm *.snap || true"
|
||||||
sh "snapcraft clean"
|
|
||||||
sh "snapcraft"
|
sh "snapcraft"
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
|
|
Loading…
Reference in a new issue