-
Notifications
You must be signed in to change notification settings - Fork 4
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
1 parent
371d27d
commit 996b014
Showing
1 changed file
with
2 additions
and
2 deletions.
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 |
---|---|---|
|
@@ -207,8 +207,8 @@ jobs: | |
GIT_HASH=$(git rev-parse --short HEAD) | ||
COMMIT_MSG="[skip ci] Update coverage to ${COVERAGE}% for commit ${GIT_HASH}" | ||
# git config --global user.name "circleci-bot" | ||
# git config --global user.email "[email protected].com" | ||
git config --global user.name $CIRCLE_PROJECT_USERNAME | ||
git config --global user.email "open-source@dominodatalab.com" | ||
# Fetch or create gh-pages branch | ||
git fetch origin gh-pages || git checkout --orphan gh-pages | ||
|