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

@ -29,6 +29,7 @@ pipeline {
url: 'https://github.com/google/llvm-premerge-checks.git'
}
}
}
stage('CMake') {
steps {
echo 'Running CMake...'