finaly...

This commit is contained in:
Felix Breidenstein 2019-11-05 01:40:59 +01:00
parent 2341af9a72
commit 0a37716c06

View file

@ -11,7 +11,8 @@ build:
stage: build stage: build
image: golang:1-alpine image: golang:1-alpine
script: script:
- apk add --no-cache imagemagick pkgconfig - apk add --no-cache imagemagick pkgconfig imagemagick-dev gcc libc-dev
- mkdir previews
- go run main.go - go run main.go
- mkdir dist - mkdir dist
- mv index.html dist/ - mv index.html dist/