1
0
Fork 0

removed brace

This commit is contained in:
Christian Kühnel 2019-10-17 18:12:48 +02:00
parent 3d6985be5e
commit 5014d940dc

View file

@ -29,6 +29,11 @@ pipeline {
}
}
}
stage('arc patch') {
steps {
echo 'TODO: arc patch'
}
}
stage('CMake') {
steps {
sh 'llvm-premerge-checks/scripts/run_cmake.sh'
@ -41,4 +46,3 @@ pipeline {
}
}
}
}