Commit b79fe290 authored by hardy's avatar hardy

fix missing bracket

parent 7d2bd2cb
...@@ -37,6 +37,7 @@ pipeline { ...@@ -37,6 +37,7 @@ pipeline {
dir ("ci-scripts/ran_dashboard") { dir ("ci-scripts/ran_dashboard") {
//retrieve MR data from gitlab and export to gSheet //retrieve MR data from gitlab and export to gSheet
sh returnStdout: true, script: 'python3 ran_dashboard.py' sh returnStdout: true, script: 'python3 ran_dashboard.py'
}
} }
} }
} }
......
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