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

Allow to specify config and requirements paths #6

Closed emedvedev closed 7 years ago

emedvedev commented 7 years ago

With single-pack CI checks we can no longer assume lint-configs and global requirements in the checkout dir, so this PR adds the ability to configure the paths through env variables.

The variables are either optional or default to old values, so the script is still compatible with st2contrib.