Commit 1f1a6f64 authored by Paul's avatar Paul
Browse files

Add missing space

parent b01c0a95
...@@ -69,7 +69,7 @@ def rocmnode(body) { ...@@ -69,7 +69,7 @@ def rocmnode(body) {
rocmtest tidy: rocmnode('rocmtest') { cmake_build -> rocmtest tidy: rocmnode('rocmtest') { cmake_build ->
stage('Clang Tidy') { stage('Clang Tidy') {
sh ''' sh '''
sed -i 's/ #//g' .clang-tidy sed -i 's/ #/ /g' .clang-tidy
rm -rf build rm -rf build
mkdir build mkdir build
cd build cd build
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment