File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,12 +60,13 @@ cache:
6060
6161before_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
6768install :
68- - unzip utPLSQL.zip
69+ # - unzip utPLSQL.zip
6970 - unzip utPLSQL-cli.zip
7071 - pip install mkdocs
7172 - bash .travis/install_sqlcl.sh
You can’t perform that action at this time.
0 commit comments