CI updates
This commit is contained in:
parent
3732726bed
commit
ae527fdcf3
1 changed files with 1 additions and 1 deletions
|
|
@ -45,5 +45,5 @@ docker/build-fresh-push: docker/build-fresh docker/push
|
||||||
helm/build:
|
helm/build:
|
||||||
helm package ${PWD}/charts/
|
helm package ${PWD}/charts/
|
||||||
helm/push:
|
helm/push:
|
||||||
curl --request POST --user gitlab-ci-token:${CI_JOB_TOKEN} --form "chart=@apps/leafcutter/${HELM_CHART_NAME}-${HELM_CHART_VERSION}.tgz" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/${HELM_CHANNEL}/charts"
|
curl --request POST --user gitlab-ci-token:${CI_JOB_TOKEN} --form "chart=@${PWD}/${HELM_CHART_NAME}-${HELM_CHART_VERSION}.tgz" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/${HELM_CHANNEL}/charts"
|
||||||
helm/build-push: helm/build helm/push
|
helm/build-push: helm/build helm/push
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue