bazooka-ci / bazooka

Continuous Integration and Continuous Deployment Server
http://docs.bazooka-ci.io/
MIT License
60 stars 5 forks source link

Handle inline string values in env exclusions #211

Closed jawher closed 9 years ago

jawher commented 9 years ago

as is done in the regulr env config key.

Bazooka now accepts:

matrix:
  exclude:
    - go: "1.4"
      env: B=testb1

Whereas before it only accepted:

matrix:
  exclude:
    - go: "1.4"
      env:
      - B=testb1