Merge "openci: Fix jsonBody for the published event"
authorFatih Degirmenci <fdegir@gmail.com>
Fri, 21 Sep 2018 07:40:37 +0000 (07:40 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 21 Sep 2018 07:40:37 +0000 (07:40 +0000)
jjb/openci/create-clme.sh

index 85c1a80..200f131 100755 (executable)
@@ -34,7 +34,7 @@ cat <<EOF > ./json_body.txt
     "scenario": "$DEPLOY_SCENARIO",
     "compositionName": "$DEPLOY_SCENARIO",
     "compositionMetadataUrl": "$SCENARIO_METADATA_LOCATION",
-    "confidenceLevel": "$CONFIDENCE_LEVEL",
+    "confidenceLevel": "$CONFIDENCE_LEVEL"
 }
 EOF