File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 - DOCKHER_HUB_REPO="${DOCKER_BASE_TAG:-$UT3_DOCKER_REPO}"
4747 # utPLSQL released version directory
4848 - UTPLSQL_DIR="utPLSQL_latest_release"
49- - UTPLSQL_CLI_FILE="utPLSQL-cli-develop-test3 .zip"
49+ - UTPLSQL_CLI_FILE="utPLSQL-cli.zip"
5050 matrix :
5151 - ORACLE_VERSION="${DOCKER_TAG_11G:-11g-r2-xe}" CONNECTION_STR='127.0.0.1:1521/XE' DOCKER_OPTIONS='--shm-size=1g'
5252 - ORACLE_VERSION="${DOCKER_TAG_12C:-12c-r1-se2}" CONNECTION_STR='127.0.0.1:1521/ORCLPDB1' DOCKER_OPTIONS="-v /dev/pdbs:/opt/oracle/oradata/pdbs"
@@ -69,7 +69,7 @@ before_install:
6969 # - curl -LOk $(curl --silent https://api.github.com/repos/utPLSQL/utPLSQL/releases/latest | awk '/browser_download_url/ { print $2 }' | grep ".zip" | sed 's/"//g')
7070 - git clone --depth=1 --branch=${SELFTESTING_BRANCH:-master} https://github.com/utPLSQL/utPLSQL.git $UTPLSQL_DIR
7171 # download utPLSQL-cli develop
72- - curl -Lk -o utPLSQL-cli.zip https://bintray .com/viniciusam /utPLSQL-cli/download_file?file_path= ${UTPLSQL_CLI_FILE}
72+ - curl -Lk -o utPLSQL-cli.zip https://github .com/utPLSQL /utPLSQL-cli/releases/download/v3.0.4/ ${UTPLSQL_CLI_FILE}
7373
7474install :
7575 # - unzip utPLSQL.zip
You can’t perform that action at this time.
0 commit comments