Skip to content
Snippets Groups Projects
Commit 42f5c0c9 authored by Malte's avatar Malte
Browse files

adding goplantuml as ci job

parent f9cfc571
Branches
Tags
9 merge requests!246Develop,!245Develop into Master,!244Master into develop2 into master,!219Draft: Testing,!214Test pipelines,!195DO NOT MERGE 2,!194DO NOT MERGE! just for testing,!138Develop,!134Resolve "Autogenerate UML Diagrams"
......@@ -22,4 +22,5 @@ include:
- local: '/build/ci/.build-container.yml'
- local: '/build/ci/.test.yml'
- local: '/build/ci/.terraform-ci.yml'
- local: '/build/ci/.deploy-k8s.yml'
\ No newline at end of file
- local: '/build/ci/.deploy-k8s.yml'
- local: '/build/ci/.uml-autogen-ci.yml'
goplantuml:
image: golang:1.14-alpine
stage: .post
when: manual
variables:
FILENAME: "ClassDiagram.puml"
script:
# install git
- apk update && apk add git
# install goplantuml
- go get github.com/jfeliu007/goplantuml/cmd/goplantuml
# run goplantuml
- goplantuml "${CI_PROJECT_DIR}/nucleus" >> "$FILENAME"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment