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

Add double excape to new line in fail

parent 1cf16a8f
Branches
Tags
2 merge requests!58Develop,!56Resolve "Detect error in inferMetadata for tracking"
Pipeline #8795 failed with stages
in 3 minutes and 22 seconds
......@@ -1979,8 +1979,8 @@ process failExecutionRun {
elif [ ${pipelineError} == true ]
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 "**Submitted metadata does not match infered:**\\n ")
#pipelineError_details=\$(echo "|Metadata|Submitted value|Inferred value|\\n ")
#pipelineError_details=\$(echo "|:-:|-:|-:|\n")
if ${pipelineError_ends}
then
......
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