Skip to content
Snippets Groups Projects
Commit f9f7e7c5 authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

fix syntax

parent 4c92d678
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ pipeline { ...@@ -48,7 +48,7 @@ pipeline {
stage ("Local Build") { stage ("Local Build") {
steps { steps {
gitlabCommitStatus(name: "Local Build") { gitlabCommitStatus(name: "Local Build") {
sh "./ci-scripts/buildLocally.sh $WORKSPACE" sh "./ci-scripts/buildLocally.sh --workspace $WORKSPACE"
} }
} }
post { post {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment