Skip to content

Commit 91d16fa

Browse files
committed
ci(fix): escape the dot in commit filter
1 parent ac25b3a commit 91d16fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ before_install:
2121
# fail loudly when force-pushed, that is why there is the `|| 'dummy.js'` part
2222
MODIFIED_FILES=$(git diff --name-only $TRAVIS_COMMIT_RANGE || echo 'dummy.js')
2323
# waiting for native solution https://github.com/travis-ci/travis-ci/issues/6301
24-
if ! echo ${MODIFIED_FILES} | grep -qvE '^docs/|^\.gitignore|^\.gitattributes|\.md$|^appveyor\.yml$|^icon.png$|^commitlint\.config\.js$'; then
24+
if ! echo ${MODIFIED_FILES} | grep -qvE '^docs/|^\.gitignore|^\.gitattributes|\.md$|^appveyor\.yml$|^icon\.png$|^commitlint\.config\.js$'; then
2525
echo "Only docs were updated, stopping build process."
2626
exit
2727
fi

0 commit comments

Comments
 (0)