Skip to content

Commit

Permalink
fix for deploy_docs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Yakubov committed Nov 10, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 2cae4b0 commit 76035ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TravisCI/deploy_docs.sh
Original file line number Diff line number Diff line change
@@ -29,8 +29,8 @@ fi
REPO=`git config remote.origin.url`
SSH_REPO=${REPO/https:\/\/github.com\//git@github.com:}
SHA=`git rev-parse --verify HEAD`
EMAIL=`git log HEAD^..HEAD --pretty='%aE'`
NAME=`git log HEAD^..HEAD --pretty='%aN'`
EMAIL=`git log -1 --pretty='%aE'`
NAME=`git log -1 --pretty='%aN'`

# Clone the existing branch
# we assume $TARGET_BRANCH exists

0 comments on commit 76035ae

Please sign in to comment.