We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055b205 commit 6648276Copy full SHA for 6648276
.travis.yml
@@ -28,7 +28,7 @@ env:
28
- UTPLSQL_VERSION="v3.0.3"
29
- UTPLSQL_VERSION="v3.0.4"
30
- UTPLSQL_VERSION="develop"
31
- UTPLSQL_FILE="utPLSQL-develop"
+ UTPLSQL_FILE="utPLSQL"
32
33
cache:
34
directories:
.travis/install_utplsql.sh
@@ -3,7 +3,7 @@ set -ev
3
cd $(dirname $(readlink -f $0))
4
5
# Download the specified version of utPLSQL.
6
-if [ $UTPLSQL_VERSION == "develop" ]
+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
0 commit comments