HadesArchitect commented on code in PR #2852:
URL: https://github.com/apache/cassandra/pull/2852#discussion_r1550217595
##########
.build/docker/_docker_run.sh:
##########
@@ -26,10 +26,14 @@
#
################################
+[ $DEBUG ] && set -x
+
# variables, with defaults
[ "x${cassandra_dir}" != "x" ] || cassandra_dir="$(readlink -f $(dirname
"$0")/../..)"
[ "x${build_dir}" != "x" ] || build_dir="${cassandra_dir}/build"
+[ "x${m2_dir}" != "x" ] || m2_dir="${HOME}/.m2/repository"
Review Comment:
Does it work on Jenkins? HOME directory wasn't writable for agent, that's
why I moved it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]