Skip to content

Commit

Permalink
fix: update linking for samples (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Jun 25, 2018
1 parent 23aae5b commit 0bad299
Show file tree
Hide file tree
Showing 3 changed files with 2,575 additions and 3,004 deletions.
4 changes: 1 addition & 3 deletions packages/google-privacy-dlp/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,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 @@ -127,9 +126,8 @@ jobs:
name: Link the module being tested to the samples.
command: |
cd samples/
npm link @google-cloud/dlp
npm install
cd ..
npm link ../
environment:
NPM_CONFIG_PREFIX: /home/node/.npm-global
- run:
Expand Down
Loading

0 comments on commit 0bad299

Please sign in to comment.