add depends_on
Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
parent
fafa19feca
commit
ffaa02ec28
|
@ -193,7 +193,9 @@ steps:
|
||||||
- name: test-mssql-nvarchar
|
- name: test-mssql-nvarchar
|
||||||
pull: default
|
pull: default
|
||||||
image: golang:1.12
|
image: golang:1.12
|
||||||
environment:
|
depends_on:
|
||||||
|
- test-mssql
|
||||||
|
environment:
|
||||||
GO111MODULE: "on"
|
GO111MODULE: "on"
|
||||||
GOPROXY: "https://goproxy.cn"
|
GOPROXY: "https://goproxy.cn"
|
||||||
TEST_MSSQL_HOST: mssql
|
TEST_MSSQL_HOST: mssql
|
||||||
|
|
Loading…
Reference in New Issue