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 DRY_RUN always being true #30

Merged
merged 2 commits into from
Jan 29, 2024
Merged

Fix DRY_RUN always being true #30

merged 2 commits into from
Jan 29, 2024

Conversation

martincostello
Copy link
Contributor

@martincostello martincostello commented Jan 27, 2024

Pull Request

Fix DRY_RUN always being True

Proposed Changes

Fix DRY_RUN always being set to True regardless of whether the value is configured as true or false.

Fixes #27.

Readiness Checklist

Author/Contributor

  • If documentation is needed for this change, has that been included in this pull request
  • run make lint and fix any issues that you have introduced
  • run make test and ensure you have test coverage for the lines you are introducing

Reviewer

  • Label as either bug, documentation, enhancement, infrastructure, or breaking

@zkoppert zkoppert added the bug Something isn't working label Jan 29, 2024
env.py Outdated Show resolved Hide resolved
test_env.py Outdated Show resolved Hide resolved
Copy link
Member

@zkoppert zkoppert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @martincostello ! Appreciate the contribution! ✨

@zkoppert zkoppert merged commit 90b159d into github:main Jan 29, 2024
4 checks passed
@martincostello martincostello deleted the issue-27 branch January 29, 2024 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DRY_RUN is truthy
2 participants