File tree Expand file tree Collapse file tree 4 files changed +2
-13465
lines changed
packages/google-cloud-videointelligence Expand file tree Collapse file tree 4 files changed +2
-13465
lines changed Original file line number Diff line number Diff line change 6161 docker :
6262 - image : ' node:6'
6363 steps : &unit_tests_steps
64- - checkout
65- - run : &remove_package_lock
66- name : Remove package-lock.json if needed.
67- command : |
68- WORKFLOW_NAME=`python .circleci/get_workflow_name.py`
69- echo "Workflow name: $WORKFLOW_NAME"
70- if [ "$WORKFLOW_NAME" = "nightly" ]; then
71- echo "Nightly build detected, removing package-lock.json."
72- rm -f package-lock.json samples/package-lock.json
73- else
74- echo "Not a nightly build, skipping this step."
75- fi
64+ - checkout
7665 - run : &npm_install_and_link
7766 name : Install and link the module.
7867 command : npm install
9180 - image : ' node:8'
9281 steps :
9382 - checkout
94- - run : *remove_package_lock
9583 - run : *npm_install_and_link
9684 - run : &samples_npm_install_and_link
9785 name : Link the module being tested to the samples.
10795 - image : ' node:8'
10896 steps :
10997 - checkout
110- - run : *remove_package_lock
11198 - run : *npm_install_and_link
11299 - run :
113100 name : Build documentation.
@@ -117,7 +104,6 @@ jobs:
117104 - image : ' node:8'
118105 steps :
119106 - checkout
120- - run : *remove_package_lock
121107 - run :
122108 name : Decrypt credentials.
123109 command : |
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77system-test /secrets.js
88system-test /* key.json
99* .lock
10+ package-lock.json
You can’t perform that action at this time.
0 commit comments