[Travis] Oracle has changed login form

Trying new field names as per https://github.com/cbandy/travis-oracle/issues/23
This commit is contained in:
Mateusz Łoskot
2017-10-23 19:11:40 +02:00
committed by GitHub
parent 682486db94
commit f03569ffee

View File

@@ -21,6 +21,9 @@ tar x -C .travis/oracle --strip-components=1 -f v2.0.2.tar.gz
# Download Oracle (do not use Travis CI secure environment!)
export ORACLE_LOGIN_password="T$(echo $ORACLE_LOGIN_ssousername | rev)#2017"
# Oracle has changed naems of login form fields
export ORACLE_LOGIN_userid=$ORACLE_LOGIN_ssousername
export ORACLE_LOGIN_pass=$ORACLE_LOGIN_password
bash .travis/oracle/download.sh
# Install Oracle