This is an automated email from the ASF dual-hosted git repository.
mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git
The following commit(s) were added to refs/heads/trunk by this push:
new 814efae ninja-fix fail-fast on contribulyze errors
814efae is described below
commit 814efae1ebf0e5056dba077c2b190bd2fe384c4f
Author: Mick Semb Wever <[email protected]>
AuthorDate: Fri Mar 10 12:09:03 2023 +0100
ninja-fix fail-fast on contribulyze errors
---
contribulyze/contribulyze.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/contribulyze/contribulyze.sh b/contribulyze/contribulyze.sh
index a81db61..c122a88 100755
--- a/contribulyze/contribulyze.sh
+++ b/contribulyze/contribulyze.sh
@@ -7,6 +7,7 @@
# docker run -t -v`pwd`/build/html:/tmp/contribulyze-html
-v`pwd`:/contribulyze apache/cassandra-testing-ubuntu2004-java11-w-dependencies
bash -lc 'pip3 install --quiet python-dateutil ; cd /contribulyze ; bash
contribulyze.sh '
#
+set -e
script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
mkdir -p /tmp/contribulyze-repos
mkdir -p /tmp/contribulyze-html
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]