Skip to content

Commit

Permalink
feat(please): it should be 5k1p c1
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Aug 5, 2018
1 parent 0cdbd46 commit 842fc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion please
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ok
info "Current Version $VERSION"
info "Collecting commits ..."

COMMITS=`git log ${DIFF} --no-merges --oneline --pretty=%B --grep "skip" --grep "StyleCI" --invert-grep | sed -e ':a;N;$!ba;s/\n./<br>/g'`
COMMITS=`git log ${DIFF} --no-merges --oneline --pretty=%B --grep "skip ci" --grep "StyleCI" --invert-grep | sed -e ':a;N;$!ba;s/\n./<br>/g'`
ok

if [ "" == "$COMMITS" ]; then
Expand Down

0 comments on commit 842fc18

Please sign in to comment.