Skip to content
This repository has been archived by the owner on May 15, 2019. It is now read-only.

Commit

Permalink
Fixes #60
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Mar 5, 2017
1 parent 51fa8d9 commit 639b86d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/supervisor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ class Supervisor {
// Emulate the environment variables of the production service
env: _.merge({}, process.env, {
FUNCTION_NAME: cloudfunction.shortName,
GCLOUD_PROJECT: this.config.projectId
GCLOUD_PROJECT: this.config.projectId,
GCP_PROJECT: this.config.projectId
}),
// Optionally prepare to debug the child process
execArgv,
Expand Down

0 comments on commit 639b86d

Please sign in to comment.