From 6142902cc34aabe6590117b1f5fdfd6b2d1fe792 Mon Sep 17 00:00:00 2001 From: Franziska Hinkelmann Date: Thu, 14 Jun 2018 10:59:44 -0400 Subject: [PATCH] Do not deploy to AppEngine in Presubmit --- .kokoro/debugger.cfg | 2 +- .kokoro/trace.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.kokoro/debugger.cfg b/.kokoro/debugger.cfg index 8669b70c08..3b4f2547cd 100644 --- a/.kokoro/debugger.cfg +++ b/.kokoro/debugger.cfg @@ -9,5 +9,5 @@ env_vars: { # Tell the trampoline which build file to use. env_vars: { key: "TRAMPOLINE_BUILD_FILE" - value: "github/nodejs-docs-samples/.kokoro/build-with-appengine.sh" + value: "github/nodejs-docs-samples/.kokoro/build.sh" } diff --git a/.kokoro/trace.cfg b/.kokoro/trace.cfg index ea78f93ad3..08cd489462 100644 --- a/.kokoro/trace.cfg +++ b/.kokoro/trace.cfg @@ -9,5 +9,5 @@ env_vars: { # Tell the trampoline which build file to use. env_vars: { key: "TRAMPOLINE_BUILD_FILE" - value: "github/nodejs-docs-samples/.kokoro/build-with-appengine.sh" + value: "github/nodejs-docs-samples/.kokoro/build.sh" }