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 17
17
- DB_URL="127.0.0.1:1521:XE"
18
18
- DB_USER=app
19
19
- DB_PASS=app
20
+ - ORACLE_VERSION="11g-xe-r2"
21
+ - DOCKER_OPTIONS="--shm-size=1g"
22
+ - UTPLSQL_FILE="utPLSQL"
20
23
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"
22
29
23
30
cache :
24
31
directories :
Original file line number Diff line number Diff line change 3
3
cd $( dirname $( readlink -f $0 ) )
4
4
5
5
# Download the specified version of utPLSQL.
6
- UTPLSQL_VERSION=" v3.0.4"
7
- UTPLSQL_FILE=" utPLSQL"
8
6
curl -L -O " https://github.com/utPLSQL/utPLSQL/releases/download/$UTPLSQL_VERSION /$UTPLSQL_FILE .tar.gz"
9
7
10
8
# Download develop branch of utPLSQL.
You can’t perform that action at this time.
0 commit comments