4
1
Fork 0

Reduce wait time
continuous-integration/drone/push Build is passing Details

pull/24/head
Ambrose Chua 2019-09-01 00:33:39 +08:00
parent d7be6bbc7c
commit c68bd1b8aa
Signed by: ambrose
GPG Key ID: B34FBE029276BA5D
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ steps:
- name: setup
image: postgres
commands:
- sleep 15
- sleep 5
- cat postgres/*.sql | psql --host pg --user root --db core
- name: go
image: golang:1.12