Skip to content

Commit

Permalink
Reference previous commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
aking7 authored Oct 31, 2017
1 parent 0d80c57 commit b2fa2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion push.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

LAST_COMMIT_MESSAGE="$(git log --no-merges -1 --pretty=%B)"
LAST_COMMIT_MESSAGE="$(git log --no-merges -2 --pretty=%B)"
git config --global user.email "[email protected]"
git config --global user.name "Travis CI"
git add --force build/ccxt.browser.js
Expand Down

0 comments on commit b2fa2b6

Please sign in to comment.