Skip to content

Commit 09a0ce2

Browse files
committed
fix(workflow): no CHARTS_URL error
1 parent 6f1c9a5 commit 09a0ce2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ set -eo pipefail
33
shopt -s expand_aliases
44

55
DRYCC_REGISTRY="${DRYCC_REGISTRY:-registry.drycc.cc}"
6+
CHARTS_URL=oci://registry.drycc.cc/$([ "$CHANNEL" == "stable" ] && echo charts || echo charts-testing)
67

78
# initArch discovers the architecture for this system.
89
init_arch() {
@@ -27,7 +28,6 @@ function clean_before_exit {
2728
}
2829
trap clean_before_exit EXIT
2930
init_arch
30-
init_registry
3131

3232
function install_helm {
3333
if [[ "${INSTALL_DRYCC_MIRROR}" == "cn" ]] ; then

0 commit comments

Comments
 (0)