mirror of
https://github.com/antos-rde/antos.git
synced 2025-04-29 20:26:45 +02:00
fix(CI): use correct error
Some checks failed
gitea-sync/antos/pipeline/head There was a failure building this commit
Some checks failed
gitea-sync/antos/pipeline/head There was a failure building this commit
This commit is contained in:
parent
040e5c3c63
commit
8b8b20d2f5
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -34,7 +34,7 @@ pipeline {
|
|||||||
git submodule update --init
|
git submodule update --init
|
||||||
make clean || true
|
make clean || true
|
||||||
rm -rf build/* || true
|
rm -rf build/* || true
|
||||||
mkdir build
|
mkdir build || true
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user