Skip to content

Commit

Permalink
Merge branch 'develop' into fix/3056
Browse files Browse the repository at this point in the history
  • Loading branch information
bobylito authored Aug 20, 2018
2 parents 2c6b603 + adca94e commit c7d8a3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/ci/validate-commit-msgs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ set -e # exit when error

[ -z $TRAVIS_PULL_REQUEST ] && TRAVIS_PULL_REQUEST="false"

# if [ $TRAVIS_PULL_REQUEST == "false" ]; then
# echo "No need to validate commit message when not in a pull request"
# exit 0
# fi
if [ $TRAVIS_PULL_REQUEST == "true" ]; then
echo "No need to validate commit messages in a pull request, we have conventional PRs"
exit 0
fi

# Checks the commits msgs in the range of commits travis is testing.
# Based heavily on
Expand Down

0 comments on commit c7d8a3c

Please sign in to comment.