added missing brace
This commit is contained in:
parent
eb09e72082
commit
39e365688f
1 changed files with 2 additions and 1 deletions
1
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
1
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
|
@ -29,6 +29,7 @@ pipeline {
|
|||
url: 'https://github.com/google/llvm-premerge-checks.git'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('CMake') {
|
||||
steps {
|
||||
echo 'Running CMake...'
|
||||
|
|
Loading…
Reference in a new issue