debugging pipeline
All checks were successful
Package and publish helm chart / package-helm (push) Successful in 15s
All checks were successful
Package and publish helm chart / package-helm (push) Successful in 15s
This commit is contained in:
parent
2b33691e67
commit
165fbc2946
@ -44,5 +44,6 @@ jobs:
|
|||||||
helm dependency build
|
helm dependency build
|
||||||
echo "Packaging ${CHART_NAME}-${CHART_VERSION}"
|
echo "Packaging ${CHART_NAME}-${CHART_VERSION}"
|
||||||
helm package .
|
helm package .
|
||||||
|
echo "$(ls -l)"
|
||||||
curl -H "Authorization: token $PACKAGE_TOKEN" -X POST --upload-file $CHART_NAME-$CHART_VERSION.tgz https://git.rre.nu/api/packages/jonas/helm/api/charts
|
curl -H "Authorization: token $PACKAGE_TOKEN" -X POST --upload-file $CHART_NAME-$CHART_VERSION.tgz https://git.rre.nu/api/packages/jonas/helm/api/charts
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user