StackStorm / st2sdk

This repository contains different utilities and tools which help with the StackStorm integration pack development.
Apache License 2.0
10 stars 11 forks source link

Add new "ST2_INSTALL_DEPS" environment variable to all the scripts #25

Closed Kami closed 5 years ago

Kami commented 5 years ago

With this variable, user can control if various StackStorm deps are installed inside the script or not.

This comes handy when invoking those scripts where those deps are already installed (e.g. on StackStorm Exchange Circle CI jobs).

Without that option, we are installing those deps twice on Exchange CI (once inside the CI job and then again inside those scripts).