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

Skip to content

Commit 02bb597

Browse files
authored
Implemented testing branch substitution
1 parent 0801ee3 commit 02bb597

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ before_install:
6767
- git remote add origin https://${github_api_token}@github.com/${UTPLSQL_REPO}
6868
# download latest utPLSQL release
6969
#- curl -LOk $(curl --silent https://api.github.com/repos/utPLSQL/utPLSQL/releases/latest | awk '/browser_download_url/ { print $2 }' | grep ".zip" | sed 's/"//g')
70-
- git clone --depth=1 --branch=develop https://github.com/utPLSQL/utPLSQL.git $UTPLSQL_DIR
70+
- git clone --depth=1 --branch=${SELFTESTING_BRANCH:-master} https://github.com/utPLSQL/utPLSQL.git $UTPLSQL_DIR
7171
# download utPLSQL-cli develop
7272
- curl -Lk -o utPLSQL-cli.zip https://bintray.com/viniciusam/utPLSQL-cli/download_file?file_path=utPLSQL-cli-develop-test3.zip
7373

0 commit comments

Comments
 (0)