[fix] chaos mode always fails deploy #450
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "chaos_and_specific_label"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I was working on coop-cloud/abra#449 and while trying to chaos deploy to see what my changes cause, I found that chaos deploy isn't working
I sure didn't provide version, with some debugging I found that
soooo, I got distracted and did a little clean-up while fixing the bug
I think with this change it does not take the version from the .env file anymore. In my opinion the more correct change would be to move the first if block below the second one and also guard it by checking if internal.Chaos is set
@p4u1 This seems to be the case already, the removed one is redundant?
bba1640913/cli/app/deploy.go (L63-L65)
LGTM 🎉