diff options
author | Andrei Vagin <avagin@google.com> | 2019-09-27 12:22:28 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-09-27 12:23:51 -0700 |
commit | 7582385f05f5f4df93c9b8350a615cae8e6fd947 (patch) | |
tree | 9857ca9e9b5044428d234831ff165a24f0015811 /kokoro | |
parent | fa15fda6c4ea2f4f10ec0c60ccc5af3f66ed87c4 (diff) |
kokoro: don't pass KOKORO_REPO_KEY in presubmit jobs
We don't want to upload packages from the presubmit jobs.
This will fix the error:
[11:01:34][ERROR] Cannot inject environment variables into
the build without allowed_env_vars regexes.
PiperOrigin-RevId: 271622996
Diffstat (limited to 'kokoro')
-rw-r--r-- | kokoro/build_tests.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kokoro/build_tests.cfg b/kokoro/build_tests.cfg new file mode 100644 index 000000000..c64b7e679 --- /dev/null +++ b/kokoro/build_tests.cfg @@ -0,0 +1 @@ +build_file: "repo/scripts/build.sh" |