Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .kokoro/functions/billing.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ env_vars: {
value: "functions/billing"
}

# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-kokoro-resources/node:8-user"
}

# Tell the trampoline which build file to use.
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
Expand Down
1 change: 1 addition & 0 deletions functions/billing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@google-cloud/nodejs-repo-tools": "^2.2.5",
"ava": "^0.25.0",
"proxyquire": "^2.1.0",
"semistandard": "^13.0.0",
"sinon": "^6.3.4"
}
}