Skip to content

Commit

Permalink
Rename presubmit tests (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhinkel committed Jun 20, 2018
1 parent 2761486 commit 248328b
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
Expand Up @@ -3,5 +3,5 @@
# Tell the trampoline which build file to use.
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/nodejs-getting-started/.kokoro/system-tests/cloudsql.sh"
value: "github/nodejs-getting-started/.kokoro/presubmit/cloudsql.sh"
}
File renamed without changes.
File renamed without changes.
Expand Up @@ -3,5 +3,5 @@
# Tell the trampoline which build file to use.
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/nodejs-getting-started/.kokoro/system-tests/datastore.sh"
value: "github/nodejs-getting-started/.kokoro/presubmit/datastore.sh"
}
File renamed without changes.
Expand Up @@ -3,5 +3,5 @@
# Tell the trampoline which build file to use.
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/nodejs-getting-started/.kokoro/system-tests/mongodb.sh"
value: "github/nodejs-getting-started/.kokoro/presubmit/mongodb.sh"
}
File renamed without changes.

0 comments on commit 248328b

Please sign in to comment.