Thanks to visit codestin.com Credit goes to github.com
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 0e77f3f commit 12409f2Copy full SHA for 12409f2
.kokoro/tests/run_tests.sh
@@ -24,7 +24,7 @@ DIFF_FROM=""
24
25
# `--only-diff-master will only run tests on project changes on the last common commit from the master branch.
26
if [[ $* == *--only-diff-master* ]]; then
27
- git diff --quiet "$DIFF_FROM" .kokoro/tests .kokoro/docker
+ git diff --quiet "origin/master..." .kokoro/tests .kokoro/docker
28
CHANGED=$?
29
if [[ "$CHANGED" -eq 0 ]]; then
30
DIFF_FROM="origin/master..."
0 commit comments