mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
Attempt to fix Jenkinsfile (#425)
This commit is contained in:
parent
db578d9788
commit
5311ed1a44
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -15,7 +15,7 @@ pipeline {
|
||||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'ninja 2>&1 | tee build_log.txt'
|
||||
sh "bash -o pipefail -c 'ninja 2>&1 | tee build_log.txt'"
|
||||
}
|
||||
}
|
||||
stage("Comment") {
|
||||
|
Loading…
Reference in New Issue
Block a user