CI fix.
This commit is contained in:
parent
70ff28e792
commit
f626ea86aa
@ -20,6 +20,8 @@ test:1.12:
|
|||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
|
variables:
|
||||||
|
GO111MODULE: "on"
|
||||||
script:
|
script:
|
||||||
- pwd
|
- pwd
|
||||||
- go test -test.v -cover ./...
|
- go test -test.v -cover ./...
|
||||||
@ -29,24 +31,8 @@ test:1.11:
|
|||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
script:
|
variables:
|
||||||
- pwd
|
GO111MODULE: "on"
|
||||||
- go test -test.v -cover ./...
|
|
||||||
|
|
||||||
test:1.10:
|
|
||||||
image: golang:1.10.8
|
|
||||||
stage: test
|
|
||||||
tags:
|
|
||||||
- docker
|
|
||||||
script:
|
|
||||||
- pwd
|
|
||||||
- go test -test.v -cover ./...
|
|
||||||
|
|
||||||
test:1.9:
|
|
||||||
image: golang:1.9.7
|
|
||||||
stage: test
|
|
||||||
tags:
|
|
||||||
- docker
|
|
||||||
script:
|
script:
|
||||||
- pwd
|
- pwd
|
||||||
- go test -test.v -cover ./...
|
- go test -test.v -cover ./...
|
Loading…
Reference in New Issue
Block a user