Skip to content

Commit 4bc0216

Browse files
dpebotstephenplusplus
authored andcommittedAug 18, 2018
Re-generate library using /synth.py (#277)
This PR was created by autosynth.
1 parent de72e5b commit 4bc0216

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed
 

‎.circleci/config.yml

+1-16
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,6 @@ jobs:
6060
user: node
6161
steps: &unit_tests_steps
6262
- checkout
63-
- run: &remove_package_lock
64-
name: Remove package-lock.json if needed.
65-
command: |
66-
WORKFLOW_NAME=`python .circleci/get_workflow_name.py`
67-
echo "Workflow name: $WORKFLOW_NAME"
68-
if [ "$WORKFLOW_NAME" = "nightly" ]; then
69-
echo "Nightly build detected, removing package-lock.json."
70-
rm -f package-lock.json samples/package-lock.json
71-
else
72-
echo "Not a nightly build, skipping this step."
73-
fi
7463
- run: &npm_install_and_link
7564
name: Install and link the module
7665
command: |-
@@ -80,7 +69,7 @@ jobs:
8069
NPM_CONFIG_PREFIX: /home/node/.npm-global
8170
- run: npm test
8271
- run: node_modules/.bin/codecov
83-
72+
8473
node8:
8574
docker:
8675
- image: 'node:8'
@@ -97,7 +86,6 @@ jobs:
9786
user: node
9887
steps:
9988
- checkout
100-
- run: *remove_package_lock
10189
- run: *npm_install_and_link
10290
- run: &samples_npm_install_and_link
10391
name: Link the module being tested to the samples.
@@ -118,7 +106,6 @@ jobs:
118106
user: node
119107
steps:
120108
- checkout
121-
- run: *remove_package_lock
122109
- run: *npm_install_and_link
123110
- run:
124111
name: Build documentation.
@@ -129,7 +116,6 @@ jobs:
129116
user: node
130117
steps:
131118
- checkout
132-
- run: *remove_package_lock
133119
- run:
134120
name: Decrypt credentials.
135121
command: |
@@ -156,7 +142,6 @@ jobs:
156142
user: node
157143
steps:
158144
- checkout
159-
- run: *remove_package_lock
160145
- run:
161146
name: Decrypt credentials.
162147
command: |

‎CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ may be reported by opening an issue
4040
or contacting one or more of the project maintainers.
4141

4242
This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.2.0,
43-
available at [http://contributor-covenant.org/version/1/2/0/](http://contributor-covenant.org/version/1/2/0/)
43+
available at [http://contributor-covenant.org/version/1/2/0/](http://contributor-covenant.org/version/1/2/0/)

0 commit comments

Comments
 (0)