onap: Do not fail verification if it is not supported
[infra/cicd.git] / jjb / cloud-infra / determine-scenario.sh
index 77d6c9bcb50810d4644b2fe6e74b4ac93b7f4b4e..2779d63e88840356ec5ed5775e5056a72f9ea3ec 100644 (file)
@@ -77,7 +77,7 @@ function determine_scenario() {
     cd $WORKSPACE
     COMMIT_MESSAGE=$(git show -s --format=%B)
     echo "Info: Not implemented!"
-    exit 1
+    exit 0
   fi
 }