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

[bootstrap] fix: fixed required variable validation assertion #1074

Merged
merged 1 commit into from
Dec 8, 2023
Merged

[bootstrap] fix: fixed required variable validation assertion #1074

merged 1 commit into from
Dec 8, 2023

Conversation

gregmulvaney
Copy link
Contributor

The variable validation task would always evaluate to true as the assert module seems to just be treating the variable names as strings.

Now we check that the variable exist in the vars object and it is defined.

@github-actions github-actions bot added the area/bootstrap Changes made in the bootstrap directory label Dec 8, 2023
@onedr0p
Copy link
Owner

onedr0p commented Dec 8, 2023

Looks good, thanks!

@onedr0p onedr0p merged commit 3289bb2 into onedr0p:main Dec 8, 2023
1 check passed
onedr0p pushed a commit that referenced this pull request Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/bootstrap Changes made in the bootstrap directory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants