Compare commits

...

1 Commits

Author SHA1 Message Date
701c730c93 Fix CI for go 1.11
Some checks failed
the build failed
2019-01-04 11:16:04 +01:00

View File

@ -1,13 +1,15 @@
pipeline:
build:
image: golang
image: golang:1.11
group: build
working_dir: /go/src/ALFRED/ALFRED
commands:
- go get -v -d ./...
- go build .
test:
image: golang
image: golang:1.11
group: build
working_dir: /go/src/ALFRED/ALFRED
secrets: [ test_api_token ]
environment: [ test_api_token ]
commands: