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 { pipeline {
agent { label 'equivs' } agent { label 'equivs' }
stages {
stage('Build Debian (equivs) package(s)') { stage('Build Debian (equivs) package(s)') {
steps { steps {
script { script {
@ -23,6 +25,7 @@ pipeline {
} }
} }
} }
post { post {
// Clean after build // Clean after build
always { always {