File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ rm -rf ${UTPLSQL_DIR:-utPLSQL_latest_release}
1111git clone --depth=1 --branch=${SELFTESTING_BRANCH:- master} https://github.com/utPLSQL/utPLSQL.git ${UTPLSQL_DIR:- utPLSQL_latest_release}
1212
1313rm -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
1717unzip utPLSQL-cli.zip && chmod u+x utPLSQL-cli/bin/utplsql && rm utPLSQL-cli.zip
1818
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export SQLCLI=sql # For sqlcl client
44# export SQLCLI=sqlplus # For sqlplus client
55export CONNECTION_STR=127.0.0.1:1521/xe # Adjust the connect string
66export 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 "
88export SELFTESTING_BRANCH=develop
99
1010export UTPLSQL_DIR=" utPLSQL_latest_release"
You can’t perform that action at this time.
0 commit comments