Skip to content

Commit ae4793b

Browse files
committed
Remove make init step
1 parent 61e8272 commit ae4793b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/ci/circle/script

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,6 @@ install() {
184184
# $1 - Node.js version
185185
# $2 - log file
186186
init() {
187-
make init >> "$2" 2>&1
188-
if [[ "$?" -ne 0 ]]; then
189-
return 1
190-
fi
191187
node_version "$1"
192188
if [[ "$?" -ne 0 ]]; then
193189
return 1

0 commit comments

Comments
 (0)