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

Skip to content

Commit 4d38af1

Browse files
committed
Fixed install of release until feature is merged back.
1 parent 29d74a1 commit 4d38af1

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.travis/install_utplsql_release.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,14 @@ end;
3636
/
3737
SQL
3838

39+
INSTALL_FILE="install_headless_with_trigger.sql"
40+
if [[ ! -f "${INSTALL_FILE}" ]]; then
41+
INSTALL_FILE="install_headless.sql"
42+
fi
43+
3944
"$SQLCLI" sys/$ORACLE_PWD@//$CONNECTION_STR AS SYSDBA <<SQL
4045
alter session set plsql_optimize_level=0;
41-
@install_headless_with_trigger.sql ${UT3_RELEASE_VERSION_SCHEMA}
46+
@${INSTALL_FILE} ${UT3_RELEASE_VERSION_SCHEMA}
4247
exit
4348
SQL
4449

0 commit comments

Comments
 (0)