Disabling cgo to not install gcc package in .gitlab-ci.yml configuration.

This commit is contained in:
Alexey Skobkin 2019-10-03 01:30:34 +03:00
parent f272887895
commit ac52da6ef3
No known key found for this signature in database
GPG key ID: 5D5CEF6F221278E7

View file

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