mserranom / bbrun

Run Bitbucket Pipelines locally
MIT License
203 stars 32 forks source link

Fix issue #67 #68

Open manuelcanepa opened 3 years ago

manuelcanepa commented 3 years ago

Add fix and unit tests for issue #67. This PR admit cases like:

--env="AUTH='{"http-basic": {...}, "github-oauth": ... }', ENV=prod"

To be able to get two env vars: $AUTH and $ENV

manuelcanepa commented 3 years ago

All test passed: https://travis-ci.com/github/manuelcanepa/bbrun/builds/229037937