Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Wait for postgres server to spin up
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
.ci/travis/linux/docker-build-test.sh
|
@@ -9,6 +9,7 @@ ccache -z |
|
|
|
|
|
cd /root/QGIS |
|
|
|
|
|
sleep 20 |
|
|
|
|
|
printf "[qgis_test]\nhost=postgres\nport=5432\ndbname=docker\nuser=docker\npassword=docker" > ~/.pg_service.conf |
|
|
export PGUSER=docker |
|
|