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

Skip to content

Commit f3b6fa4

Browse files
committed
Updated development scripts
Still having to download and install ojdbc.jar
1 parent ca63cda commit f3b6fa4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

development/refresh_sources.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ rm -rf ${UTPLSQL_DIR:-utPLSQL_latest_release}
1111
git clone --depth=1 --branch=${SELFTESTING_BRANCH:-master} https://github.com/utPLSQL/utPLSQL.git ${UTPLSQL_DIR:-utPLSQL_latest_release}
1212

1313
rm -rf utPLSQL-cli/*
14-
# download beta version of utPLSQL-cli
15-
curl -Lk -o utPLSQL-cli.zip https://bintray.com/viniciusam/utPLSQL-cli/download_file?file_path=${UTPLSQL_CLI_FILE}
14+
# download latest release version of utPLSQL-cli
15+
curl -Lk -o utPLSQL-cli.zip https://github.com/utPLSQL/utPLSQL-cli/releases/download/v${UTPLSQL_CLI_VERSION}/utPLSQL-cli.zip
1616
# unzip utPLSQL-cli and remove the zip file
1717
unzip utPLSQL-cli.zip && chmod u+x utPLSQL-cli/bin/utplsql && rm utPLSQL-cli.zip
1818

development/template.env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export SQLCLI=sql # For sqlcl client
44
#export SQLCLI=sqlplus # For sqlplus client
55
export CONNECTION_STR=127.0.0.1:1521/xe # Adjust the connect string
66
export ORACLE_PWD=oracle # Adjust your local SYS password
7-
export UTPLSQL_CLI_FILE="utPLSQL-cli-develop-test3.zip"
7+
export UTPLSQL_CLI_VERSION="3.0.4"
88
export SELFTESTING_BRANCH=develop
99

1010
export UTPLSQL_DIR="utPLSQL_latest_release"

0 commit comments

Comments
 (0)