Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 328d05d commit 1a0b6e6Copy full SHA for 1a0b6e6
1 file changed
.travis.yml
@@ -69,8 +69,8 @@ install:
69
70
script:
71
- CONTAINER_IP=$(docker inspect --format '{{ .NetworkSettings.IPAddress }}' $ORACLE_VERSION)
72
- - test $ORACLE_VERSION = $ORACLE_12cR1SE || CONNECTION_STR="$CONTAINER_IP:1521/ORCLPDB1"
73
- - test $ORACLE_VERSION = $ORACLE_11gR2XE || CONNECTION_STR="$CONTAINER_IP:1521/XE"
+ - test $ORACLE_VERSION = $ORACLE_12cR1SE && CONNECTION_STR="$CONTAINER_IP:1521/ORCLPDB1"
+ - test $ORACLE_VERSION = $ORACLE_11gR2XE && CONNECTION_STR="$CONTAINER_IP:1521/XE"
74
- bash .travis/create_utplsql_owner.sh
75
- bash .travis/create_utplsql_user.sh
76
- bash .travis/install_libraries.sh
0 commit comments