Skip to content

Commit

Permalink
ci: fix for redirect to hub.jupyter.org
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Feb 7, 2023
1 parent cc5b28f commit c7643fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7643fb

Please sign in to comment.