mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Switch to a public HANA Express image
This commit is contained in:
parent
55f5c9ddef
commit
86eec90b7b
@ -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:
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user