Skip to content

Commit

Permalink
Switch to a public HANA Express image
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim Rylov authored and mrylov committed Dec 7, 2020
1 parent 55f5c9d commit 86eec90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/travis/linux/docker-compose.travis.yml
@@ -1,7 +1,7 @@
version: '3'
services:
hana:
image: store/saplabs/hanaexpress:2.00.040.00.20190729.1
image: saphanaspatial/hana-express-for-qgis-tests:2.00.045.00.20200121.1
container_name: hana
hostname: hana
sysctls:
Expand Down
2 changes: 0 additions & 2 deletions .ci/travis/linux/script.sh
Expand Up @@ -35,8 +35,6 @@ echo "travis_fold:end:docker_build_qgis"
# running QGIS tests in committed image
echo "travis_fold:start:docker_test_qgis"
echo "${bold}Docker run tests${endbold}"
# docker login is required by HANA
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
docker-compose -f ${TRAVIS_BUILD_DIR}/.ci/travis/linux/docker-compose.travis.yml run qgis-deps /root/QGIS/.ci/travis/linux/scripts/docker-qgis-test.sh
echo "travis_fold:end:docker_test_qgis"

Expand Down

0 comments on commit 86eec90

Please sign in to comment.