forked from zestedesavoir/zds-site
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
fdambrine
committed
Jul 11, 2017
1 parent
acf6838
commit c11b9cc
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -109,7 +109,7 @@ after_success: | |
if [[ "$TEST_APP" == *"front"* ]] && [[ "$TRAVIS_PULL_REQUEST" == false ]] && [[ ! -z "$TRAVIS_TAG" ]] && [[ ! "$TRAVIS_TAG" == *"-build" ]] | ||
then | ||
# Adding GitHub OAuth token to login | ||
echo "machine github.com login $GITHUB_TOKEN password x-oauth-basic" > $HOME/.netrc | ||
echo "machine github.com login $CI_USER_TOKEN password x-oauth-basic" > $HOME/.netrc | ||
git config --global url."https://".insteadOf git:// | ||
git config --global user.name "Build bot" | ||
git config --global user.email "[email protected]" | ||
|