-
Notifications
You must be signed in to change notification settings - Fork 396
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
Deploy can be run with uncommitted changes #1276
Labels
Enhancement
A feature or feature request
Comments
@bobbygryzynger I had to revert the PR for this. It caused: #1308, as well as an issue with the deploy_tag script. |
Another thought: a |
@bobbygryzynger Yeah I think git.failOnDirty would be fine. We could default it to TRUE and then set it to FALSE during CI. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In version
8.6.14
I am able to runblt deploy
with uncommitted changes and these changes will be included in my deploy. This is a potentially dangerous capability as it could cause a lot of unintentional changes to end up on a remote environment.Ideally, BLT would check the working tree and enforce that it is clean before allowing a deploy to proceed.
The text was updated successfully, but these errors were encountered: