add if around install deps
Cette révision appartient à :
Parent
a05cf035b3
révision
77c6be5840
@ -199,6 +199,14 @@ then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
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 ? #
|
# Which node.js VERSION ? #
|
||||||
#########################
|
#########################
|
||||||
|
Chargement…
x
Référencer dans un nouveau ticket
Bloquer un utilisateur