Skip to content

Commit 6068ce0

Browse files
committed
Fixing mvn params.
1 parent 09d5dc7 commit 6068ce0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ install:
3333
- bash .travis/install_demo_project.sh
3434

3535
script:
36-
- mvn package -DdbUser="${DB_USER}" -DdbPass="${DB_PASS}"
36+
- mvn package
3737

3838
#before_deploy:
3939
# - bash .travis/create_release.sh

.travis/install_utplsql.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ curl -L -O "https://github.com/utPLSQL/utPLSQL/releases/download/$UTPLSQL_VERSIO
1717
cat > install.sh.tmp <<EOF
1818
tar -xzf ${UTPLSQL_FILE}.tar.gz && rm ${UTPLSQL_FILE}.tar.gz
1919
cd ${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
2121
EOF
2222

2323
# Copy utPLSQL files to the container and install it.

0 commit comments

Comments
 (0)