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
|
@ -28,6 +28,7 @@ pipeline {
|
||||||
git branch: "develop",
|
git branch: "develop",
|
||||||
url: 'https://github.com/google/llvm-premerge-checks.git'
|
url: 'https://github.com/google/llvm-premerge-checks.git'
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
stage('CMake') {
|
stage('CMake') {
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue