File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1717 - DB_URL="127.0.0.1:1521:XE"
1818 - DB_USER=app
1919 - DB_PASS=app
20+ - ORACLE_VERSION="11g-xe-r2"
21+ - DOCKER_OPTIONS="--shm-size=1g"
22+ - UTPLSQL_FILE="utPLSQL"
2023 matrix :
21- - ORACLE_VERSION="11g-xe-r2" DOCKER_OPTIONS="--shm-size=1g"
24+ - UTPLSQL_VERSION="v3.0.0"
25+ - UTPLSQL_VERSION="v3.0.1"
26+ - UTPLSQL_VERSION="v3.0.2"
27+ - UTPLSQL_VERSION="v3.0.3"
28+ - UTPLSQL_VERSION="v3.0.4"
2229
2330cache :
2431 directories :
Original file line number Diff line number Diff line change 33cd $( dirname $( readlink -f $0 ) )
44
55# Download the specified version of utPLSQL.
6- UTPLSQL_VERSION=" v3.0.4"
7- UTPLSQL_FILE=" utPLSQL"
86curl -L -O " https://github.com/utPLSQL/utPLSQL/releases/download/$UTPLSQL_VERSION /$UTPLSQL_FILE .tar.gz"
97
108# Download develop branch of utPLSQL.
You can’t perform that action at this time.
0 commit comments