ci: render
Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/873850184
This commit is contained in:
@@ -21,6 +21,3 @@
|
||||
docker push "$CI_REGISTRY/$CI_PROJECT_PATH:latest"
|
||||
docker push "$CI_REGISTRY/$CI_PROJECT_PATH:$VERSION"
|
||||
# End of docker-build.sh
|
||||
needs:
|
||||
- job: version
|
||||
artifacts: true
|
||||
|
||||
@@ -20,6 +20,3 @@
|
||||
# Begin of helm-push.sh
|
||||
- "#Helm Push \n \nhelm plugin install https://github.com/chartmuseum/helm-push\nfor chart in packages/*; do\n helm cm-push ./$chart ${CI_PROJECT_NAME}\ndone\n"
|
||||
# End of helm-push.sh
|
||||
needs:
|
||||
- job: version
|
||||
artifacts: true
|
||||
|
||||
Reference in New Issue
Block a user