Skip to content

Commit 93fb481

Browse files
committed
Use main to fetch helm in CI
1 parent 0b7824a commit 93fb481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
setup_helm() {
55
helm_version="${1}"
66
echo "setup helm ${helm_version}"
7-
curl -sf https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | DESIRED_VERSION="${helm_version}" bash
7+
curl -sf https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | DESIRED_VERSION="${helm_version}" bash
88
}
99

1010
await_jupyterhub() {

0 commit comments

Comments
 (0)