lhotari commented on code in PR #19432:
URL: https://github.com/apache/pulsar/pull/19432#discussion_r1102097379
##########
build/build_java_test_image.sh:
##########
@@ -27,5 +27,6 @@ if [[ "$(docker version -f '{{.Server.Experimental}}'
2>/dev/null)" == "true" ]]
SQUASH_PARAM="-Ddocker.squash=true"
fi
mvn -am -pl tests/docker-images/java-test-image
-Pcore-modules,-main,integrationTests,docker \
+ -DUBUNTU_MIRROR="${UBUNTU_MIRROR}"
-UBUNTU_SECURITY_MIRROR="${UBUNTU_SECURITY_MIRROR}" \
Review Comment:
```suggestion
-DUBUNTU_MIRROR="${UBUNTU_MIRROR}"
-DUBUNTU_SECURITY_MIRROR="${UBUNTU_SECURITY_MIRROR}" \
```
##########
build/pulsar_ci_tool.sh:
##########
@@ -46,7 +46,8 @@ function ci_print_thread_dumps() {
# runs maven
function _ci_mvn() {
- mvn -B -ntp "$@"
+ mvn -B -ntp -DUBUNTU_MIRROR="${UBUNTU_MIRROR}"
-UBUNTU_SECURITY_MIRROR="${UBUNTU_SECURITY_MIRROR}" \
Review Comment:
```suggestion
mvn -B -ntp -DUBUNTU_MIRROR="${UBUNTU_MIRROR}"
-DUBUNTU_SECURITY_MIRROR="${UBUNTU_SECURITY_MIRROR}" \
```
--
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]