Last active
June 26, 2017 19:17
-
-
Save stephenplusplus/08a16365c863d2c644b18bbd8bb8e53b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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