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 a78b0ac commit 9a1d076Copy full SHA for 9a1d076
.kokoro/tests/run_tests.sh
@@ -71,7 +71,7 @@ for file in **/requirements.txt; do
71
file=$(dirname "$file")
72
cd "$file"
73
74
- # If $DIFF_ONLY is true, skip projects without changes.
+ # If $DIFF_FROM is set, use it to check for changes in this directory.
75
if [[ "DIFF_FROM" != "" ]]; then
76
git diff --quiet "$DIFF_FROM" .
77
CHANGED=$?
0 commit comments