mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
ci: render
Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/873850184
This commit is contained in:
parent
fb3a59a82a
commit
cd3f91ee75
2 changed files with 0 additions and 6 deletions
|
|
@ -21,6 +21,3 @@
|
||||||
docker push "$CI_REGISTRY/$CI_PROJECT_PATH:latest"
|
docker push "$CI_REGISTRY/$CI_PROJECT_PATH:latest"
|
||||||
docker push "$CI_REGISTRY/$CI_PROJECT_PATH:$VERSION"
|
docker push "$CI_REGISTRY/$CI_PROJECT_PATH:$VERSION"
|
||||||
# End of docker-build.sh
|
# End of docker-build.sh
|
||||||
needs:
|
|
||||||
- job: version
|
|
||||||
artifacts: true
|
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,3 @@
|
||||||
# Begin of helm-push.sh
|
# 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"
|
- "#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
|
# End of helm-push.sh
|
||||||
needs:
|
|
||||||
- job: version
|
|
||||||
artifacts: true
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue