From c7643fbb0e51b6e45ea1db7a53d624d2e887aa90 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Tue, 7 Feb 2023 09:07:14 +0100 Subject: [PATCH] ci: fix for redirect to hub.jupyter.org --- .github/workflows/test-chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-chart.yaml b/.github/workflows/test-chart.yaml index 391e75833e..666ce5266f 100644 --- a/.github/workflows/test-chart.yaml +++ b/.github/workflows/test-chart.yaml @@ -284,7 +284,7 @@ jobs: run: | . ./ci/common if [ ${{ matrix.upgrade-from }} = stable -o ${{ matrix.upgrade-from }} = dev ]; then - UPGRADE_FROM_VERSION=$(curl -sS https://jupyterhub.github.io/helm-chart/info.json | jq -er '.jupyterhub.${{ matrix.upgrade-from }}') + UPGRADE_FROM_VERSION=$(curl -sSL https://jupyterhub.github.io/helm-chart/info.json | jq -er '.jupyterhub.${{ matrix.upgrade-from }}') else UPGRADE_FROM_VERSION=${{ matrix.upgrade-from }} fi