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 6c6ef3b commit 00247ddCopy full SHA for 00247dd
scripts/collect_metrics.sh
@@ -33,7 +33,7 @@ EOF
33
exit 1
34
fi
35
36
-if [[ ! -z "${TRAVIS_PULL_REQUEST}" ]]; then
+if [[ "${TRAVIS_PULL_REQUEST}" != "false" ]]; then
37
WORKSPACE="$1"
38
SCHEME="$2"
39
0 commit comments