We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bffda7d commit b3472d4Copy full SHA for b3472d4
ci/envars.sh
@@ -33,10 +33,10 @@ export VENV_FILE_AVAILABLE=false
33
export PLEASE_TRAVIS_FASTER=false
34
35
# 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
+if [ x"$(git log --format='%B' -n 1 | grep PLEASE_TRAVIS_FASTER | wc -l)" != x"0" ]; then
37
export PLEASE_TRAVIS_FASTER=true
38
fi;
39
-if [ x"$(git log --format='%s' -n 1 | grep PTF | wc -l)" != x"0" ]; then
+if [ x"$(git log --format='%B' -n 1 | grep PTF | wc -l)" != x"0" ]; then
40
41
42
0 commit comments