File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
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"
31
30
- UTPLSQL_VERSION="v3.1.1"
32
31
- UTPLSQL_VERSION="v3.1.2"
33
32
- UTPLSQL_VERSION="develop"
Original file line number Diff line number Diff line change 11
11
curl -L -O " https://github.com/utPLSQL/utPLSQL/releases/download/$UTPLSQL_VERSION /$UTPLSQL_FILE .tar.gz"
12
12
fi
13
13
14
- # Download develop branch of utPLSQL.
15
- # UTPLSQL_VERSION="develop"
16
- # UTPLSQL_FILE="utPLSQL"
17
- # git clone -b develop --single-branch https://github.com/utPLSQL/utPLSQL.git
18
- # tar -czf $UTPLSQL_FILE.tar.gz $UTPLSQL_FILE && rm -rf $UTPLSQL_FILE
19
-
20
14
# Create a temporary install script.
21
15
cat > install.sh.tmp << EOF
22
16
tar -xzf ${UTPLSQL_FILE} .tar.gz && rm ${UTPLSQL_FILE} .tar.gz
You can’t perform that action at this time.
0 commit comments