mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Enable Hana tests on Travis CI (second attempt)
This commit is contained in:
parent
726dd33d26
commit
a7c81ffa03
@ -28,4 +28,4 @@ HANA_TESTS=true
|
||||
HANA_HOST=9e69e18b-99de-4134-a6ab-ccde13d8c60a.hana.canary-eu10.hanacloud.ondemand.com
|
||||
HANA_PORT=443
|
||||
HANA_USER=QGIS_CI
|
||||
HANA_PASSWORD=3w8dkX:NDrs&
|
||||
HANA_PASSWORD="3w8dkX:NDrs&"
|
||||
|
@ -11,7 +11,7 @@ set -e
|
||||
# Prepare HANA database connection
|
||||
##################################
|
||||
|
||||
if [ ${HANA_TESTS} == "true" ] && [ ${TRAVIS_PULL_REQUEST} == "false" ]; then
|
||||
if [ ${HANA_TESTS} == "true" ] ; then
|
||||
echo "travis_fold:start:hana"
|
||||
echo "${bold}Load HANA database...${endbold}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user