File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ addons:
1515 branches :
1616 - develop
1717 - master
18- - feature/using_released_to_test_develop
1918
2019services :
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
You can’t perform that action at this time.
0 commit comments