You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ad...@apache.org on 2022/10/28 12:57:22 UTC

[cassandra] branch cassandra-3.0 updated: CircleCI: Fix generate.sh without options modifying config

This is an automated email from the ASF dual-hosted git repository.

adelapena pushed a commit to branch cassandra-3.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/cassandra-3.0 by this push:
     new ccc0b14d56 CircleCI: Fix generate.sh without options modifying config
ccc0b14d56 is described below

commit ccc0b14d56d52221c64de8d029950fa265791eb3
Author: Andrés de la Peña <a....@gmail.com>
AuthorDate: Fri Oct 28 13:54:01 2022 +0100

    CircleCI: Fix generate.sh without options modifying config
    
    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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org