Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

ANGkeith
Copy link
Collaborator

@ANGkeith ANGkeith commented Feb 15, 2024

fixes #1095

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

and in ruby, nil.to_s == ""

@ANGkeith ANGkeith force-pushed the fix/1095 branch 3 times, most recently from 81be557 to 475991d Compare February 15, 2024 18:47
@firecow firecow merged commit 975650c into firecow:master Feb 20, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Variable with null value is not supported
2 participants