fix ssl-mode for drone test
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
image: go1.2
|
image: go1.2
|
||||||
env:
|
env:
|
||||||
- GOPATH=/var/cache/drone
|
- GOPATH=/var/cache/drone
|
||||||
- PGSTORE_TEST_CONN="postgres://postgres@localhost:5432/testDb?sslmode=verify-none"
|
- PGSTORE_TEST_CONN="postgres://postgres@localhost:5432/testDb?sslmode=disable"
|
||||||
services:
|
services:
|
||||||
- postgres
|
- postgres
|
||||||
script:
|
script:
|
||||||
|
Reference in New Issue
Block a user