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

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit b0a0042dc57097042c909d3734a31aa62af6e402
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Thu Sep 18 14:21:35 2025 +0200

    fix(ci): exit on error
    
    This script is used during github check. When the first maven execution 
fails, it continues to the second. It is convenient to stop immediately instead.
---
 etc/scripts/regen.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/etc/scripts/regen.sh b/etc/scripts/regen.sh
index 014839f1bd2..b28a2d442d9 100755
--- a/etc/scripts/regen.sh
+++ b/etc/scripts/regen.sh
@@ -16,6 +16,8 @@
 # limitations under the License.
 #
 
+set -e
+
 # Move to top directory
 cd `dirname "$0"`/../..
 

Reply via email to