Skip to content

Commit

Permalink
Enable Hana tests on Travis CI (second attempt)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanuhrig committed Jan 8, 2021
1 parent 726dd33 commit a7c81ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/travis/linux/docker-variables.env
Expand Up @@ -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&"
2 changes: 1 addition & 1 deletion .ci/travis/linux/scripts/docker-qgis-test.sh
Expand Up @@ -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}"

Expand Down

0 comments on commit a7c81ff

Please sign in to comment.