We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc5b28f + c7643fb commit 991091fCopy full SHA for 991091f
.github/workflows/test-chart.yaml
@@ -284,7 +284,7 @@ jobs:
284
run: |
285
. ./ci/common
286
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 }}')
+ UPGRADE_FROM_VERSION=$(curl -sSL https://jupyterhub.github.io/helm-chart/info.json | jq -er '.jupyterhub.${{ matrix.upgrade-from }}')
288
else
289
UPGRADE_FROM_VERSION=${{ matrix.upgrade-from }}
290
fi
0 commit comments