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.zip "
49+ - UTPLSQL_CLI_VERSION="3.0.4 "
5050 # Maven
5151 - MAVEN_HOME=/usr/local/maven
5252 - MAVEN_CFG=$HOME/.m2
@@ -72,16 +72,14 @@ before_install:
7272 # download latest utPLSQL release
7373 # - curl -LOk $(curl --silent https://api.github.com/repos/utPLSQL/utPLSQL/releases/latest | awk '/browser_download_url/ { print $2 }' | grep ".zip" | sed 's/"//g')
7474 - git clone --depth=1 --branch=${SELFTESTING_BRANCH:-master} https://github.com/utPLSQL/utPLSQL.git $UTPLSQL_DIR
75- # download utPLSQL-cli develop
76- - curl -Lk -o utPLSQL-cli.zip https://github.com/utPLSQL/utPLSQL-cli/releases/download/v3.0.4/${UTPLSQL_CLI_FILE}
75+ # download latest utPLSQL-cli release
76+ - curl -Lk -o utPLSQL-cli.zip https://github.com/utPLSQL/utPLSQL-cli/releases/download/v${UTPLSQL_CLI_VERSION}/utPLSQL-cli.zip
7777
7878install :
7979 # - unzip utPLSQL.zip
8080 - unzip utPLSQL-cli.zip && chmod -R u+x utPLSQL-cli
81- - cp .travis/settings.xml $MAVEN_CFG/settings.xml
82- # Install maven wagon
81+ # Get ojdbc via maven
8382 - bash .travis/maven_cfg.sh
84- - mvn dependency:copy-dependencies -DoutputDirectory=utPLSQL-cli/lib
8583 - pip install mkdocs
8684 - bash .travis/install_sqlcl.sh
8785 - sudo mkdir -p /dev/pdbs
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -ev
3+ cp .travis/settings.xml $MAVEN_CFG /settings.xml
4+
35cd $( dirname $( readlink -f $0 ) )
46
57# Download wagon-http recommended by Oracle.
1214 echo " Using cached wagon-http..."
1315 sudo cp $CACHE_DIR /wagon-http-2.8-shaded.jar $MAVEN_HOME /lib/ext/
1416fi
17+
18+ mvn dependency:copy-dependencies -DoutputDirectory=../utPLSQL-cli/lib
File renamed without changes.
Original file line number Diff line number Diff line change 1+ Subproject commit d21a0fdc98830b5ba012663602d98c48718322c4
You can’t perform that action at this time.
0 commit comments