re-enable snap builds
All checks were successful
dreamfall/partybot/pipeline/head This commit looks good

This commit is contained in:
Morgan McMillian 2022-11-29 22:36:03 -08:00
parent ca48c2e8d8
commit 1db11c1178

2
Jenkinsfile vendored
View file

@ -30,7 +30,7 @@ pipeline {
}
}
stage('Build snap packages') {
when { expression { false == true } }
// when { expression { false == true } }
parallel {
stage('Build snap for ARM64') {
agent { label "snap-arm64" }