Commit f9f7e7c5 authored by Raphael Defosseux's avatar Raphael Defosseux

fix syntax

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 4c92d678
...@@ -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 {
......
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