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

10 lines
140 B
YAML
Raw Normal View History

image: "go:1"
build:
script:
- go build .
- ./magnetico-go-migrator --help
artifacts:
paths:
- magnetico-go-migrator