Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix install script
  • Loading branch information
viniciusam committed Apr 5, 2017
commit a67dcf53230ad152eb76adff14cf0d8708b1f804
5 changes: 1 addition & 4 deletions .travis/install_utplsql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ curl -L -O "https://github.com/utPLSQL/utPLSQL/releases/download/$UTPLSQL_VERSIO
cat > install.sh.tmp <<EOF
tar -xzf $UTPLSQL_FILE.tar.gz
rm $UTPLSQL_FILE.tar.gz

cd /$UTPLSQL_FILE/source

sqlplus -S -L system/oracle@//$CONNECTION_STR @install_headless.sql
sqlplus -S -L system/oracle@//$CONNECTION_STR @install.sql ut3
sqlplus -S -L sys/oracle@//$CONNECTION_STR AS SYSDBA @install_headless.sql
EOF

# Copy utPLSQL files to the container and install it.
Expand Down