mirror of
https://github.com/SOCI/soci.git
synced 2026-02-15 02:38:42 -06:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user