From ba0a697b4ffccf0e7b93fd6585d626e46c75afda Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Wed, 16 Nov 2022 11:37:53 +0800 Subject: [PATCH] Don't fail if config file missing - seems to better fit into the workflow --- travis2bash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis2bash.sh b/travis2bash.sh index 8b4a1d7..aa96099 100755 --- a/travis2bash.sh +++ b/travis2bash.sh @@ -63,7 +63,7 @@ fi if [ ! -e "$config_file" ]; then echo "No $config_file found, exiting" - exit 1 + exit 0 fi function aptinstall() {