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