Skip to content

Commit

Permalink
Fix release command (helm cm-push)
Browse files Browse the repository at this point in the history
  • Loading branch information
shnela committed Oct 6, 2021
1 parent 79c41eb commit c380ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ stages:

helm plugin install https://github.com/chartmuseum/helm-push

helm push cicd-release/neptune-docs-$version.tgz neptune-charts
helm cm-push cicd-release/neptune-docs-$version.tgz neptune-charts

.release_prod: &release_prod |
version=$CI_COMMIT_TAG
Expand Down

0 comments on commit c380ac6

Please sign in to comment.