add if around install deps
这个提交包含在:
父节点
a05cf035b3
当前提交
77c6be5840
@ -199,6 +199,14 @@ then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ -z "$dont_install_deps" ]; then
|
||||
if [ ! -e "/tmp/${INSTALL_DEPS_FILE}" ]
|
||||
then
|
||||
echo "Error Downloading Deps File"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
#########################
|
||||
# Which node.js VERSION ? #
|
||||
#########################
|
||||
|
正在加载...
x
在新工单中引用
屏蔽一个用户