Skip to content
Snippets Groups Projects
Commit 906ec103 authored by Malte's avatar Malte
Browse files

removed alpine image

parent c7e7c7d8
No related branches found
No related tags found
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"
Pipeline #68127 passed with warnings
goplantuml: goplantuml:
image: golang:1.14-alpine image: golang:1.14
stage: .post stage: .post
when: manual when: manual
variables: variables:
...@@ -7,8 +7,6 @@ goplantuml: ...@@ -7,8 +7,6 @@ goplantuml:
WIKI_URL: "${CI_SERVER_PROTOCOL}://project_${CI_PROJECT_ID}_bot3:${GOPLANTUML_TOKEN}@${CI_SERVER_HOST}:${CI_SERVER_PORT}/${CI_PROJECT_PATH}.wiki.git" WIKI_URL: "${CI_SERVER_PROTOCOL}://project_${CI_PROJECT_ID}_bot3:${GOPLANTUML_TOKEN}@${CI_SERVER_HOST}:${CI_SERVER_PORT}/${CI_PROJECT_PATH}.wiki.git"
script: script:
# install git
- apk update && apk add git
# install goplantuml # install goplantuml
- go get github.com/jfeliu007/goplantuml/cmd/goplantuml - go get github.com/jfeliu007/goplantuml/cmd/goplantuml
# remove old wiki folder # remove old wiki folder
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment