Gitlab CI configuration fix.
This commit is contained in:
parent
e91109bcb8
commit
c190580866
@ -1,5 +1,3 @@
|
|||||||
image: golang:1.11.1
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
|
||||||
@ -8,8 +6,8 @@ before_script:
|
|||||||
- ln -s $CI_PROJECT_DIR ${GOPATH}/src/gitlab.com/pztrn/flagger
|
- ln -s $CI_PROJECT_DIR ${GOPATH}/src/gitlab.com/pztrn/flagger
|
||||||
- cd ${GOPATH}/src/gitlab.com/pztrn/flagger
|
- cd ${GOPATH}/src/gitlab.com/pztrn/flagger
|
||||||
|
|
||||||
test:1.11.4:
|
test:1.11:
|
||||||
image: golang:1.11.4
|
image: golang:1.11.3
|
||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
@ -18,7 +16,7 @@ test:1.11.4:
|
|||||||
- go test -test.v -cover ./...
|
- go test -test.v -cover ./...
|
||||||
|
|
||||||
test:1.10:
|
test:1.10:
|
||||||
image: golang:1.10.7
|
image: golang:1.10.6
|
||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
|
Loading…
Reference in New Issue
Block a user