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

Skip to content

Commit adb9320

Browse files
committed
implemented clone of develop branch
1 parent 37e5533 commit adb9320

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,13 @@ cache:
6060

6161
before_install:
6262
# download latest utPLSQL release
63-
- curl -LOk $(curl --silent https://api.github.com/repos/utPLSQL/utPLSQL/releases/latest | awk '/browser_download_url/ { print $2 }' | grep ".zip" | sed 's/"//g')
63+
#- curl -LOk $(curl --silent https://api.github.com/repos/utPLSQL/utPLSQL/releases/latest | awk '/browser_download_url/ { print $2 }' | grep ".zip" | sed 's/"//g')
64+
- git clone --depth=1 --branch=develop https://github.com/utPLSQL/utPLSQL.git utPLSQL/utPLSQL/$UTPLSQL_DIR
6465
# download utPLSQL-cli develop
6566
- curl -Lk -o utPLSQL-cli.zip https://bintray.com/viniciusam/utPLSQL-cli/download_file?file_path=utPLSQL-cli-develop-201706191645.zip
6667

6768
install:
68-
- unzip utPLSQL.zip
69+
#- unzip utPLSQL.zip
6970
- unzip utPLSQL-cli.zip
7071
- pip install mkdocs
7172
- bash .travis/install_sqlcl.sh

0 commit comments

Comments
 (0)