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

Skip to content

Commit a154b1d

Browse files
committed
Removed unnieeded git config from default stage.
1 parent 1dd59b0 commit a154b1d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ cache:
6666
before_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

0 commit comments

Comments
 (0)