Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f0b2985

Browse files
committed
Changes on install_sqlcl.
1 parent bc27b12 commit f0b2985

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis/install_sqlcl.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
#!/bin/bash
2-
set -e
2+
set -ev
33

44
SQLCL_FILE=sqlcl-4.2.0.16.355.0402-no-jre.zip
5+
cd .travis
56

67
# Download if not present on cache dir.
78
if [ ! -f $CACHE_DIR/$SQLCL_FILE ]; then
8-
sh .travis/download.sh -p sqlcl
9+
sh download.sh -p sqlcl
910
mv $SQLCL_FILE $CACHE_DIR
1011
fi;
1112

0 commit comments

Comments
 (0)