File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,10 +66,6 @@ cache:
6666before_install :
6767 # The update_project_version.sh is done before deployment to validate that the change of project files does not break installation
6868 - bash .travis/update_project_version.sh
69- -
git config --global user.email "[email protected] " 70- - git config --global user.name "${UTPLSQL_BUILD_USER_NAME}"
71- - git remote rm origin
72- - git remote add origin https://${github_api_token}@github.com/${UTPLSQL_REPO}
7369 # download latest utPLSQL release
7470 # - curl -LOk $(curl --silent https://api.github.com/repos/utPLSQL/utPLSQL/releases/latest | awk '/browser_download_url/ { print $2 }' | grep ".zip" | sed 's/"//g')
7571 - git clone --depth=1 --branch=${SELFTESTING_BRANCH:-master} https://github.com/utPLSQL/utPLSQL.git $UTPLSQL_DIR
You can’t perform that action at this time.
0 commit comments