Skip to content
Snippets Groups Projects
Commit 03217fba authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

CI: fix HTML reporting for CentOS build

parent 3a294a24
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,7 @@ function details_table { ...@@ -103,7 +103,7 @@ function details_table {
COMPLETE_MESSAGE="start" COMPLETE_MESSAGE="start"
for MESSAGE in $LIST_MESSAGES for MESSAGE in $LIST_MESSAGES
do do
if [[ $MESSAGE == *"/home/ubuntu/tmp"* ]] if [[ $MESSAGE == *"/home/ubuntu/tmp"* ]] || [[ $MESSAGE == *"/tmp/CI-eNB"* ]]
then then
FILENAME=`echo $MESSAGE | sed -e "s#^/home/ubuntu/tmp/##" -e "s#^.*/tmp/CI-eNB/##" | awk -F ":" '{print $1}'` FILENAME=`echo $MESSAGE | sed -e "s#^/home/ubuntu/tmp/##" -e "s#^.*/tmp/CI-eNB/##" | awk -F ":" '{print $1}'`
LINENB=`echo $MESSAGE | awk -F ":" '{print $2}'` LINENB=`echo $MESSAGE | awk -F ":" '{print $2}'`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment