fix(ci): should not return an error

Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
This commit is contained in:
Raphael Defosseux
2022-10-25 16:50:34 +02:00
parent 5324e0c18a
commit cab10e857e

View File

@@ -97,7 +97,7 @@ fi
if [ $IS_MR_4G -eq 1 ]
then
echo "SHORTEN-4G"
exit 1
exit 0
fi
# 5G is present: run only 5G
@@ -118,5 +118,5 @@ fi
if [ $IS_MR_DOCUMENTATION -eq 1 ]
then
echo "documentation"
exit 1
exit 0
fi