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

fix(ci): should not return an error

parent 5324e0c1
No related branches found
No related tags found
No related merge requests found
...@@ -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
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