Skip to content

Commit

Permalink
corrected the --no-merges thing
Browse files Browse the repository at this point in the history
  • Loading branch information
xpl authored Oct 31, 2017
1 parent 48f1348 commit ac23577
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions push.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/sh

git log --no-merges
LAST_COMMIT_MESSAGE="$(git log -1 --pretty=%B)"
LAST_COMMIT_MESSAGE="$(git log --no-merges -1 --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 ac23577

Please sign in to comment.