Skip to content

Commit

Permalink
fix: update linking for samples (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and stephenplusplus committed Jun 25, 2018
1 parent 1668415 commit 4a2864b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/google-cloud-compute/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:
command: |-
mkdir -p /home/node/.npm-global
npm install
npm link
chmod +x node_modules/@google-cloud/nodejs-repo-tools/bin/tools
environment:
NPM_CONFIG_PREFIX: /home/node/.npm-global
Expand Down Expand Up @@ -109,9 +108,8 @@ jobs:
name: Link the module being tested to the samples.
command: |
cd samples/
npm link @google-cloud/compute
npm install
cd ..
npm link ../
environment:
NPM_CONFIG_PREFIX: /home/node/.npm-global
- run:
Expand Down

0 comments on commit 4a2864b

Please sign in to comment.