CI: fix syntax
Some checks failed
gitea/equivs/pipeline/head There was a failure building this commit

This commit is contained in:
David Prevot 2022-09-28 12:05:31 +02:00
parent f3e75b7799
commit 4c70cfd784

View file

@ -1,5 +1,7 @@
pipeline {
agent { label 'equivs' }
stages {
stage('Build Debian (equivs) package(s)') {
steps {
script {
@ -23,6 +25,7 @@ pipeline {
}
}
}
post {
// Clean after build
always {