Skip to content
Snippets Groups Projects

Develop

Closed Ghost User requested to merge develop into master
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
goplantuml:
image: golang:1.14-alpine
image: golang:1.14
stage: .post
when: manual
variables:
@@ -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"
script:
# install git
- apk update && apk add git
# install goplantuml
- go get github.com/jfeliu007/goplantuml/cmd/goplantuml
# remove old wiki folder
Loading