File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ install:
3333 - bash .travis/install_demo_project.sh
3434
3535script :
36- - mvn package -DdbUser="${DB_USER}" -DdbPass="${DB_PASS}"
36+ - mvn package
3737
3838# before_deploy:
3939# - bash .travis/create_release.sh
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ curl -L -O "https://github.com/utPLSQL/utPLSQL/releases/download/$UTPLSQL_VERSIO
1717cat > install.sh.tmp << EOF
1818tar -xzf ${UTPLSQL_FILE} .tar.gz && rm ${UTPLSQL_FILE} .tar.gz
1919cd ${UTPLSQL_FILE} /source
20- sqlplus -S -L sys/oracle@//127.0.0.1:1521/xe AS SYSDBA @install_headless.sql ut3 ut3 users
20+ sqlplus -S -L sys/oracle@//127.0.0.1:1521/xe AS SYSDBA @install_headless.sql ut3
2121EOF
2222
2323# Copy utPLSQL files to the container and install it.
You can’t perform that action at this time.
0 commit comments