From ccc0b14d56d52221c64de8d029950fa265791eb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20de=20la=20Pe=C3=B1a?= Date: Fri, 28 Oct 2022 13:54:01 +0100 Subject: [PATCH] CircleCI: Fix generate.sh without options modifying config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit patch by Andrés de la Peña; reviewed by Brandon Williams and Berenguer Blasi for CASSANDRA-17995 --- .circleci/generate.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/generate.sh b/.circleci/generate.sh index 4ea520b786..76fe9433c6 100755 --- a/.circleci/generate.sh +++ b/.circleci/generate.sh @@ -175,6 +175,7 @@ elif $all; then elif (!($has_env_vars)); then print_help + exit 0 fi # add new or modified tests to the sets of tests to be repeated