Fix proselint failing build

This commit is contained in:
Filip Gralinski 2022-05-30 21:14:45 +02:00
parent 52d97ccc41
commit 90882c353f

View File

@ -30,11 +30,12 @@ make
stage ('autozoil') {
steps {
withEnv(["HOME=${env.WORKSPACE}"]) {
sh """
rm -f autozoil.xml
make autozoil.xml
"""
}
}}
post {
always {