maksaska commented on code in PR #13226:
URL: https://github.com/apache/ignite/pull/13226#discussion_r3966596500
##########
modules/ducktests/tests/docker/ducker-ignite:
##########
@@ -288,14 +301,16 @@ ducker_build() {
case "${1}" in
-j|--jdk) set_once jdk_version "${2}" "the OpenJDK base image";
shift 2;;
-p|--python) set_once python_version "${2}" "the Python version";
shift 2;;
+ --no-cache) set_once no_cache "true"; shift;;
-c|--context) docker_context="${2}"; shift 2;;
Review Comment:
fixed
--
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]