Skip to content

Commit b3472d4

Browse files
author
y-p
committed
BLD/BUG: travis scripts should appreciate politeness in body as well as subject
1 parent bffda7d commit b3472d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/envars.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ export VENV_FILE_AVAILABLE=false
3333
export PLEASE_TRAVIS_FASTER=false
3434

3535
# check whether the user opted in to use the cache via commit message
36-
if [ x"$(git log --format='%s' -n 1 | grep PLEASE_TRAVIS_FASTER | wc -l)" != x"0" ]; then
36+
if [ x"$(git log --format='%B' -n 1 | grep PLEASE_TRAVIS_FASTER | wc -l)" != x"0" ]; then
3737
export PLEASE_TRAVIS_FASTER=true
3838
fi;
39-
if [ x"$(git log --format='%s' -n 1 | grep PTF | wc -l)" != x"0" ]; then
39+
if [ x"$(git log --format='%B' -n 1 | grep PTF | wc -l)" != x"0" ]; then
4040
export PLEASE_TRAVIS_FASTER=true
4141
fi;
4242

0 commit comments

Comments
 (0)