Update file .gitlab-ci.yml
This commit is contained in:
@@ -9,5 +9,5 @@ upload:
|
||||
script:
|
||||
- helm repo add --username gitlab-ci-token --password ${CI_JOB_TOKEN} ${CI_PROJECT_NAME} ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/stable
|
||||
- helm package ./charts/durpapi
|
||||
- 'helm plugin install https://github.com/chartmuseum/helm-push.git'
|
||||
- 'helm push ./durpapi-0.1.0.tgz ${CI_PROJECT_NAME}'
|
||||
- helm plugin install https://github.com/chartmuseum/helm-push
|
||||
- helm cm-push ./durpapi-0.1.0.tgz ${CI_PROJECT_NAME}
|
||||
|
||||
Reference in New Issue
Block a user