1
0
Fork 0

added missing brace

This commit is contained in:
Christian Kühnel 2019-10-17 17:57:40 +02:00
parent eb09e72082
commit 39e365688f

View file

@ -27,7 +27,8 @@ 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 {