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 8b6496d commit ea386d3Copy full SHA for ea386d3
ci/kokoro/cache-functions.sh
@@ -23,11 +23,9 @@ cache_download_enabled() {
23
return 1
24
fi
25
26
- if [[ "${RUNNING_CI:-}" != "yes" || (\
27
- "${KOKORO_JOB_TYPE:-}" != "PRESUBMIT_GERRIT_ON_BORG" && \
28
- "${KOKORO_JOB_TYPE:-}" != "PRESUBMIT_GITHUB") ]]; then
+ if [[ "${RUNNING_CI:-}" != "yes" ]]; then
29
echo "================================================================"
30
- io::log "Cache not downloaded as this is not a PR build."
+ io::log "Cache not downloaded as this is not a CI build."
31
32
33
return 0
0 commit comments