Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Upgrade credentials for HANA
  • Loading branch information
mrylov authored and github-actions[bot] committed Jul 16, 2021
1 parent 67a5aee commit 2439ec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/docker-qgis-test.sh
Expand Up @@ -56,8 +56,8 @@ if [ ${RUN_HANA:-"NO"} == "YES" ]; then

export HANA_HOST=917df316-4e01-4a10-be54-eac1b6ab15fb.hana.prod-us10.hanacloud.ondemand.com
export HANA_PORT=443
export HANA_USER=QGIS_CI
export HANA_PASSWORD="3w8dkX:NDrs&"
export HANA_USER=QGISCI
export HANA_PASSWORD="tQ&7W3Klr9!p"

export QGIS_HANA_TEST_DB='driver='/usr/sap/hdbclient/libodbcHDB.so' host='${HANA_HOST}' port='${HANA_PORT}' user='${HANA_USER}' password='${HANA_PASSWORD}' sslEnabled=true sslValidateCertificate=False'

Expand Down

0 comments on commit 2439ec1

Please sign in to comment.