magnetico-go-migrator/.gitlab-ci.yml

10 lines
165 B
YAML
Raw Normal View History

image: "golang:1-alpine"
build:
script:
- CGO_ENABLED=0 go build .
- ./magnetico-go-migrator --help
artifacts:
paths:
- magnetico-go-migrator