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

Skip to content

Commit 0b77ce1

Browse files
authored
Merge pull request #463 from utPLSQL/feature/testing-branch-substitution
Implemented testing branch substitution
2 parents 0801ee3 + 74a8689 commit 0b77ce1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ addons:
1515
branches:
1616
- develop
1717
- master
18-
- feature/using_released_to_test_develop
1918

2019
services:
2120
- docker
@@ -67,7 +66,7 @@ before_install:
6766
- git remote add origin https://${github_api_token}@github.com/${UTPLSQL_REPO}
6867
# download latest utPLSQL release
6968
#- 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
69+
- git clone --depth=1 --branch=${SELFTESTING_BRANCH:-master} https://github.com/utPLSQL/utPLSQL.git $UTPLSQL_DIR
7170
# download utPLSQL-cli develop
7271
- curl -Lk -o utPLSQL-cli.zip https://bintray.com/viniciusam/utPLSQL-cli/download_file?file_path=utPLSQL-cli-develop-test3.zip
7372

0 commit comments

Comments
 (0)