Skip to content

Commit 991091f

Browse files
authored
Merge pull request #3015 from consideRatio/pr/fix-broken-ci-due-to-redirect
ci: fix for redirect to hub.jupyter.org
2 parents cc5b28f + c7643fb commit 991091f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ jobs:
284284
run: |
285285
. ./ci/common
286286
if [ ${{ matrix.upgrade-from }} = stable -o ${{ matrix.upgrade-from }} = dev ]; then
287-
UPGRADE_FROM_VERSION=$(curl -sS https://jupyterhub.github.io/helm-chart/info.json | jq -er '.jupyterhub.${{ matrix.upgrade-from }}')
287+
UPGRADE_FROM_VERSION=$(curl -sSL https://jupyterhub.github.io/helm-chart/info.json | jq -er '.jupyterhub.${{ matrix.upgrade-from }}')
288288
else
289289
UPGRADE_FROM_VERSION=${{ matrix.upgrade-from }}
290290
fi

0 commit comments

Comments
 (0)