Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ publish-charts: # Upload to GitLab Package Registry # This finds the .tgz file we just created and pushes it helm cm-push ${chart_name}-*.tgz project_repo helm push ${chart_name}-*.tgz project_repo echo "Successfully published $chart_name" done Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ publish-charts: # Upload to GitLab Package Registry # This finds the .tgz file we just created and pushes it helm cm-push ${chart_name}-*.tgz project_repo helm push ${chart_name}-*.tgz project_repo echo "Successfully published $chart_name" done Loading