File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 27
27
- UTPLSQL_VERSION="v3.0.2"
28
28
- UTPLSQL_VERSION="v3.0.3"
29
29
- UTPLSQL_VERSION="v3.0.4"
30
- - UTPLSQL_VERSION="v3.1.0"
30
+ - UTPLSQL_VERSION="develop"
31
+ UTPLSQL_FILE="utPLSQL-develop"
31
32
32
33
cache :
33
34
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
- curl -L -O " https://github.com/utPLSQL/utPLSQL/releases/download/$UTPLSQL_VERSION /$UTPLSQL_FILE .tar.gz"
6
+ if [ $UTPLSQL_VERSION == " develop" ]
7
+ then
8
+ git clone -b develop --single-branch https://github.com/utPLSQL/utPLSQL.git
9
+ tar -czf $UTPLSQL_FILE .tar.gz $UTPLSQL_FILE && rm -rf $UTPLSQL_FILE
10
+ else
11
+ curl -L -O " https://github.com/utPLSQL/utPLSQL/releases/download/$UTPLSQL_VERSION /$UTPLSQL_FILE .tar.gz"
12
+ fi
7
13
8
14
# Download develop branch of utPLSQL.
9
15
# UTPLSQL_VERSION="develop"
You can’t perform that action at this time.
0 commit comments