diff --git a/scripts/travis/e2e/e2e.sh b/scripts/travis/e2e/e2e.sh index cbd42beedd..da37bdd00e 100755 --- a/scripts/travis/e2e/e2e.sh +++ b/scripts/travis/e2e/e2e.sh @@ -42,5 +42,5 @@ if [ ${AFFECTED_LIB} == true ]; then else echo "Step2 - Lib $verifyLib NOT affected. No need to run e2e" + exit 0 fi -exit 0