jbertram commented on code in PR #6171:
URL: https://github.com/apache/artemis/pull/6171#discussion_r2683189291
##########
artemis-docker/prepare-docker.sh:
##########
@@ -129,8 +129,8 @@ if [ -n "${FROM_RELEASE}" ]; then
# Check if the release is already available locally, if not try to download
it
if [ -z "$(ls -A ${ARTEMIS_DIST_DIR})" ]; then
- CDN="$(curl -s
https://www.apache.org/dyn/closer.cgi\?preferred=true)activemq/activemq-artemis/${ARTEMIS_VERSION}/"
-
ARCHIVE="https://archive.apache.org/dist/activemq/activemq-artemis/${ARTEMIS_VERSION}/"
+ CDN="$(curl -s
https://www.apache.org/dyn/closer.cgi\?preferred=true)artemis/${ARTEMIS_VERSION}/"
+ ARCHIVE="https://archive.apache.org/dist/artemis/${ARTEMIS_VERSION}/"
Review Comment:
OK. That makes sense. Changed.
--
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]