From 7582385f05f5f4df93c9b8350a615cae8e6fd947 Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Fri, 27 Sep 2019 12:22:28 -0700 Subject: 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 --- kokoro/build_tests.cfg | 1 + 1 file changed, 1 insertion(+) create mode 100644 kokoro/build_tests.cfg 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" -- cgit v1.2.3