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 2727 - UTPLSQL_VERSION="v3.0.2"
2828 - UTPLSQL_VERSION="v3.0.3"
2929 - UTPLSQL_VERSION="v3.0.4"
30- - UTPLSQL_VERSION="v3.1.0"
30+ - UTPLSQL_VERSION="develop"
31+ UTPLSQL_FILE="utPLSQL-develop"
3132
3233cache :
3334 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- 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
713
814# Download develop branch of utPLSQL.
915# UTPLSQL_VERSION="develop"
You can’t perform that action at this time.
0 commit comments