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

Add double excape to new line in fail

parent 83a28a40
Branches
Tags
2 merge requests!58Develop,!56Resolve "Detect error in inferMetadata for tracking"
Pipeline #8796 passed with stages
in 3 minutes and 3 seconds
......@@ -1981,7 +1981,7 @@ process failExecutionRun {
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 "|:-:|-:|-:|\\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