Skip to content
Snippets Groups Projects
Commit 47a270b6 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Add missing var

parent 4a52d75b
Branches
Tags
2 merge requests!58Develop,!56Resolve "Detect error in inferMetadata for tracking"
Pipeline #8804 passed with stages
in 2 minutes and 54 seconds
......@@ -1980,8 +1980,8 @@ process failExecutionRun {
then
#pipelineError_details=\$(echo "**Submitted metadata does not match infered:** ")
pipelineError_details=\$(echo "**Submitted metadata does not match infered:**\\n ")
pipelineError_details=\$(echo "|Metadata|Submitted value|Inferred value|\\n ")
pipelineError_details=\$(echo "|:-:|-:|-:|\\n")
pipelineError_details=\$(echo \${pipelineError_details}"|Metadata|Submitted value|Inferred value|\\n ")
pipelineError_details=\$(echo \${pipelineError_details}"|:-:|-:|-:|\\n")
if ${pipelineError_ends}
then
if [ "${endsMeta}" == "se" ]
......
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