using new docker image with redis4 and redis-cell

This commit is contained in:
Simon Martín
2018-02-19 12:43:36 +01:00
parent eeb4966294
commit fa3223777f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -5,10 +5,10 @@ services:
- docker
before_install:
- docker pull cartoimages/windshaft-testing
- docker pull oleurud/windshaft-carto
script:
- docker run -e POSTGIS_VERSION=2.4 -v `pwd`:/srv cartoimages/windshaft-testing bash docker-test.sh
- docker run -e POSTGIS_VERSION=2.4 -v `pwd`:/srv oleurud/windshaft-carto bash docker-test.sh
language: generic
+1 -1
View File
@@ -106,7 +106,7 @@ TESTS=$@
if test x"$OPT_CREATE_REDIS" = xyes; then
echo "Starting redis on port ${REDIS_PORT}"
echo "port ${REDIS_PORT}" | redis-server - --loadmodule /home/ubuntu/libredis_cell.so > ${BASEDIR}/test.log &
echo "port ${REDIS_PORT}" | redis-server - --loadmodule /lib/libredis_cell.so > ${BASEDIR}/test.log &
PID_REDIS=$!
echo ${PID_REDIS} > ${BASEDIR}/redis.pid
fi