firecow / gitlab-ci-local

Tired of pushing to test your .gitlab-ci.yml?
MIT License
2.15k stars 125 forks source link

fix: pipeline variables's value should be nullable #1096

Closed ANGkeith closed 6 months ago

ANGkeith commented 6 months ago

fixes #1095

when parsing .gitlab-ci.yml, gitlab explicitly allows nil for variable's value

and in ruby, nil.to_s == ""