Skip to content

Instantly share code, notes, and snippets.

@stephenplusplus
Last active June 26, 2017 19:17
Show Gist options
  • Select an option

  • Save stephenplusplus/08a16365c863d2c644b18bbd8bb8e53b to your computer and use it in GitHub Desktop.

Select an option

Save stephenplusplus/08a16365c863d2c644b18bbd8bb8e53b to your computer and use it in GitHub Desktop.
export GCLOUD_TESTS_KEY='path/to/user-a-service-account-keyfile.json'
export GCLOUD_TESTS_PROJECT_ID='user-a-project-id'
export GCLOUD_TESTS_KEY_NON_WHITELIST='path/to/user-b-service-account-keyfile.json'
export GCLOUD_TESTS_PROJECT_ID_NON_WHITELIST='user-b-project-id'
git clone git@github.com:stephenplusplus/gcloud-node
cd gcloud-node
git checkout -b spp--2371 origin/spp--2371
cd packages/storage
npm install
npm run system-test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment