This is an automated email from the ASF dual-hosted git repository.

liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git


The following commit(s) were added to refs/heads/master by this push:
     new 0beebbbb fix: update download dubbo link in downloadDubbo.sh
     new 57cfc18a Merge pull request #121 from 
yuluo-yx/1220/yuluo-fix-update-link
0beebbbb is described below

commit 0beebbbbac1a3bd7eacd897c73d4d74bb0d373d3
Author: yuluo <1481556...@qq.com>
AuthorDate: Wed Dec 20 23:22:03 2023 +0800

    fix: update download dubbo link in downloadDubbo.sh
---
 release/downloadDubbo.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/release/downloadDubbo.sh b/release/downloadDubbo.sh
index e06ee3e3..da64b9dc 100644
--- a/release/downloadDubbo.sh
+++ b/release/downloadDubbo.sh
@@ -25,7 +25,7 @@ fi
 
 # Determine the latest Dubbo version by version number ignoring alpha, beta, 
and rc versions.
 if [ "${DUBBO_VERSION}" = "" ] ; then
-  DUBBO_VERSION="$(curl -sL https://github.com/apache/dubbo/releases | \
+  DUBBO_VERSION="$(curl -sL  
https://github.com/apache/dubbo-kubernetes/releases | \
                   grep -E -o 'dubbo/([v,V]?)[0-9]*.[0-9]*.[0-9]*' | sort -V | \
                   tail -1 | awk -F'/' '{ print $2}')"
   DUBBO_VERSION="${DUBBO_VERSION##*/}"
@@ -66,7 +66,7 @@ download_failed () {
 tmp=$(mktemp -d /tmp/dubbo.XXXXXX)
 NAME="dubboctl-${DUBBO_VERSION}"
 
-ARCH_URL="https://github.com/apache/dubbo/releases/download/dubbo%2F${DUBBO_VERSION}/dubbo-${DUBBO_VERSION}-${OSEXT}-${DUBBO_ARCH}.tar.gz";
+ARCH_URL=" 
https://github.com/apache/dubbo-kubernetes/releases/download/dubbo%2F${DUBBO_VERSION}/dubbo-${DUBBO_VERSION}-${OSEXT}-${DUBBO_ARCH}.tar.gz";
 
 with_arch() {
   printf "\nDownloading %s from %s ...\n" "${NAME}" "$ARCH_URL"

Reply via email to