[Rt-commit] rt branch, 4.4/run-travis-tests-on-postgresql, updated. rt-4.4.4-132-g8731b9981c

Dianne Skoll dianne at bestpractical.com
Fri Aug 7 14:36:19 EDT 2020


The branch, 4.4/run-travis-tests-on-postgresql has been updated
       via  8731b9981c8642c7a3174e9018684493dee9d465 (commit)
      from  2b950d46206d67d3803b915dcda3f809c03fa1c1 (commit)

Summary of changes:
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 8731b9981c8642c7a3174e9018684493dee9d465
Author: Dianne Skoll <dianne at bestpractical.com>
Date:   Fri Aug 7 14:34:34 2020 -0400

    Mount tmpfs in correct place.

diff --git a/.travis.yml b/.travis.yml
index 0d2e7205ad..ef77a8ede8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,7 @@ env:
 
 # $TRAVIS_BUILD_DIR will have a clone of the current branch
 before_install:
-  - docker run --name postgresql --mount type=tmpfs,destination=/var/lib/postgresql -e POSTGRES_PASSWORD=password -d postgres:$DB_VERSION_TAG
+  - docker run --name postgresql --mount type=tmpfs,destination=/var/lib/postgresql/data -e POSTGRES_PASSWORD=password -d postgres:$DB_VERSION_TAG
   - docker build -t rt-base .
   - docker run -d -v $TRAVIS_BUILD_DIR:/rt --name rt --link postgresql:db rt-base
   - docker ps -a

-----------------------------------------------------------------------


More information about the rt-commit mailing list