Skip to content

Commit f91c996

Browse files
fhinkeltbpg
authored andcommitted
Do not deploy to AppEngine in Presubmit (GoogleCloudPlatform#659)
1 parent 00f4801 commit f91c996

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.kokoro/debugger.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ env_vars: {
99
# Tell the trampoline which build file to use.
1010
env_vars: {
1111
key: "TRAMPOLINE_BUILD_FILE"
12-
value: "github/nodejs-docs-samples/.kokoro/build-with-appengine.sh"
12+
value: "github/nodejs-docs-samples/.kokoro/build.sh"
1313
}

.kokoro/trace.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ env_vars: {
99
# Tell the trampoline which build file to use.
1010
env_vars: {
1111
key: "TRAMPOLINE_BUILD_FILE"
12-
value: "github/nodejs-docs-samples/.kokoro/build-with-appengine.sh"
12+
value: "github/nodejs-docs-samples/.kokoro/build.sh"
1313
}

0 commit comments

Comments
 (0)