File tree 4 files changed +2
-13465
lines changed
packages/google-cloud-videointelligence
4 files changed +2
-13465
lines changed Original file line number Diff line number Diff line change 61
61
docker :
62
62
- image : ' node:6'
63
63
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
76
65
- run : &npm_install_and_link
77
66
name : Install and link the module.
78
67
command : npm install
91
80
- image : ' node:8'
92
81
steps :
93
82
- checkout
94
- - run : *remove_package_lock
95
83
- run : *npm_install_and_link
96
84
- run : &samples_npm_install_and_link
97
85
name : Link the module being tested to the samples.
107
95
- image : ' node:8'
108
96
steps :
109
97
- checkout
110
- - run : *remove_package_lock
111
98
- run : *npm_install_and_link
112
99
- run :
113
100
name : Build documentation.
@@ -117,7 +104,6 @@ jobs:
117
104
- image : ' node:8'
118
105
steps :
119
106
- checkout
120
- - run : *remove_package_lock
121
107
- run :
122
108
name : Decrypt credentials.
123
109
command : |
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7
7
system-test /secrets.js
8
8
system-test /* key.json
9
9
* .lock
10
+ package-lock.json
You can’t perform that action at this time.
0 commit comments