Commit cab10e85 authored by Raphael Defosseux's avatar Raphael Defosseux

fix(ci): should not return an error

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 5324e0c1
...@@ -97,7 +97,7 @@ fi ...@@ -97,7 +97,7 @@ fi
if [ $IS_MR_4G -eq 1 ] if [ $IS_MR_4G -eq 1 ]
then then
echo "SHORTEN-4G" echo "SHORTEN-4G"
exit 1 exit 0
fi fi
# 5G is present: run only 5G # 5G is present: run only 5G
...@@ -118,5 +118,5 @@ fi ...@@ -118,5 +118,5 @@ fi
if [ $IS_MR_DOCUMENTATION -eq 1 ] if [ $IS_MR_DOCUMENTATION -eq 1 ]
then then
echo "documentation" echo "documentation"
exit 1 exit 0
fi fi
Markdown is supported
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