Skip to content

Commit

Permalink
chore: ignore package-lock.json (#144)
Browse files Browse the repository at this point in the history
* chore: ignore package-log.json

* remove locky

* renovateeee
  • Loading branch information
JustinBeckwith authored and alexander-fenster committed Aug 7, 2018
1 parent a52be81 commit 23fc5da
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 22,343 deletions.
17 changes: 1 addition & 16 deletions .circleci/config.yml
Expand Up @@ -59,18 +59,7 @@ jobs:
- image: 'node:6'
user: node
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: |-
Expand All @@ -96,7 +85,6 @@ jobs:
user: node
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:
user: node
steps:
- checkout
- run: *remove_package_lock
- run: *npm_install_and_link
- run:
name: Build documentation.
Expand All @@ -128,7 +115,6 @@ jobs:
user: node
steps:
- checkout
- run: *remove_package_lock
- run:
name: Decrypt credentials.
command: |
Expand All @@ -155,7 +141,6 @@ jobs:
user: node
steps:
- checkout
- run: *remove_package_lock
- run:
name: Decrypt credentials.
command: |
Expand Down
67 changes: 0 additions & 67 deletions .circleci/get_workflow_name.py

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -11,3 +11,4 @@ system-test/*key.json
.DS_Store
google-cloud-logging-winston-*.tgz
google-cloud-logging-bunyan-*.tgz
package-lock.json

0 comments on commit 23fc5da

Please sign in to comment.