travis-ci / travis-conditions

Boolean language for conditional builds, stages, jobs
MIT License
20 stars 4 forks source link

dequote quoted env vars #26

Closed svenfuchs closed 4 years ago

svenfuchs commented 4 years ago

e.g.

env:
- BRANCH="master"

would result in [BRANCH: '"master"']

i think it is safe enough to just dequote those strings for this purpose here.