trying to fix postgres on CI
This commit is contained in:
parent
94d19b3162
commit
f5473013e9
@ -44,7 +44,7 @@ before_script:
|
||||
- greenkeeper-lockfile-update
|
||||
- npm link typescript
|
||||
- tsc
|
||||
- sleep 240
|
||||
- sleep 180
|
||||
- docker logs typeorm-mg-postgres
|
||||
|
||||
after_script:
|
||||
|
@ -21,7 +21,7 @@ services:
|
||||
|
||||
# postgres
|
||||
postgres:
|
||||
image: "postgres:10.0"
|
||||
image: "postgres:10.5"
|
||||
container_name: "typeorm-mg-postgres"
|
||||
ports:
|
||||
- "5432:5432"
|
||||
|
Loading…
Reference in New Issue
Block a user