fix(CI): use correct error
Some checks failed
gitea-sync/antos/pipeline/head There was a failure building this commit

This commit is contained in:
DanyLE 2024-03-10 16:41:18 +01:00
parent 040e5c3c63
commit 8b8b20d2f5

2
Jenkinsfile vendored
View File

@ -34,7 +34,7 @@ pipeline {
git submodule update --init
make clean || true
rm -rf build/* || true
mkdir build
mkdir build || true
'''
}
}