Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
03217fba
Commit
03217fba
authored
Nov 08, 2018
by
Raphael Defosseux
Browse files
CI: fix HTML reporting for CentOS build
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
3a294a24
Changes
1
Hide whitespace changes
Inline
Side-by-side
ci-scripts/reportBuildLocally.sh
View file @
03217fba
...
...
@@ -103,7 +103,7 @@ function details_table {
COMPLETE_MESSAGE
=
"start"
for
MESSAGE
in
$LIST_MESSAGES
do
if
[[
$MESSAGE
==
*
"/home/ubuntu/tmp"
*
]]
if
[[
$MESSAGE
==
*
"/home/ubuntu/tmp"
*
]]
||
[[
$MESSAGE
==
*
"/tmp/CI-eNB"
*
]]
then
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}'
`
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment