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
1 changed files with 1 additions and 1 deletions

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: