Skip to content

Commit

Permalink
chore: ignore package-lock.json (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Aug 7, 2018
1 parent 9ee377d commit 8545ccf
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 11,640 deletions.
17 changes: 1 addition & 16 deletions packages/google-cloud-dns/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,7 @@ jobs:
docker:
- image: 'node:6'
steps: &unit_tests_steps
- checkout
- run: &remove_package_lock
name: Remove package-lock.json if needed.
command: |
WORKFLOW_NAME=`python .circleci/get_workflow_name.py`
echo "Workflow name: $WORKFLOW_NAME"
if [ "$WORKFLOW_NAME" = "nightly" ]; then
echo "Nightly build detected, removing package-lock.json."
rm -f package-lock.json samples/package-lock.json
else
echo "Not a nightly build, skipping this step."
fi
- checkout
- run: &npm_install_and_link
name: Install and link the module.
command: npm install
Expand All @@ -101,7 +90,6 @@ jobs:
- image: 'node:10'
steps:
- checkout
- run: *remove_package_lock
- run: *npm_install_and_link
- run: &samples_npm_install_and_link
name: Link the module being tested to the samples.
Expand All @@ -117,7 +105,6 @@ jobs:
- image: 'node:10'
steps:
- checkout
- run: *remove_package_lock
- run: *npm_install_and_link
- run:
name: Build documentation.
Expand All @@ -127,7 +114,6 @@ jobs:
- image: 'node:10'
steps:
- checkout
- run: *remove_package_lock
- run:
name: Decrypt credentials.
command: |
Expand All @@ -152,7 +138,6 @@ jobs:
- image: 'node:8'
steps:
- checkout
- run: *remove_package_lock
- run:
name: Decrypt credentials.
command: |
Expand Down
67 changes: 0 additions & 67 deletions packages/google-cloud-dns/.circleci/get_workflow_name.py

This file was deleted.

1 change: 1 addition & 0 deletions packages/google-cloud-dns/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ out/
system-test/secrets.js
system-test/*key.json
*.lock
package-lock.json
Loading

0 comments on commit 8545ccf

Please sign in to comment.