Skip to content

Commit 7e2fde3

Browse files
committed
chore(workflow): change drycc addons repo
1 parent eb3af31 commit 7e2fde3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_scripts/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,9 +324,9 @@ EOF
324324

325325
function install_helmbroker {
326326
if [[ "${INSTALL_DRYCC_MIRROR}" == "cn" ]] ; then
327-
addons_url="https://github.com/drycc/addons/releases/download/latest/index.yaml"
327+
addons_url="https://github.com/drycc-addons/addons/releases/download/latest/index.yaml"
328328
else
329-
addons_url="https://github.com/drycc/addons/releases/download/latest/index.yaml"
329+
addons_url="https://github.com/drycc-addons/addons/releases/download/latest/index.yaml"
330330
fi
331331
HELMBROKER_USERNAME=$(cat /proc/sys/kernel/random/uuid)
332332
HELMBROKER_PASSWORD=$(cat /proc/sys/kernel/random/uuid)

0 commit comments

Comments
 (0)