Skip to content

Commit 98849be

Browse files
authored
GRST 159 warn user about fails on user environment setup.sh (#201)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/nodejs-retail/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕
1 parent 7db53cb commit 98849be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

retail/interactive-tutorials/user_environment_setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@ gcloud auth activate-service-account --key-file ~/key.json
6161
# install needed Google client libraries
6262
cd ~/cloudshell_open/nodejs-retail/samples
6363
npm install
64+
'success'

0 commit comments

Comments
 (0)