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: do not update/sort env vars when nothing changes #124

Merged
merged 1 commit into from
Jul 10, 2024
Merged

Conversation

ctrox
Copy link
Contributor

@ctrox ctrox commented Jul 10, 2024

When updating an app with an unrelated change, we should not sort the existing env vars as that can trigger an unexpected build. We simply return the old env vars if the new envs and to delete is empty.

When updating an app with an unrelated change, we should not sort the
existing env vars as that can trigger an unexpected build. We simply
return the old env vars if the new envs and to delete is empty.
Copy link
Contributor

@thirdeyenick thirdeyenick left a comment

Choose a reason for hiding this comment

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

👍

@ctrox ctrox merged commit bbcf0c9 into main Jul 10, 2024
2 checks passed
@ctrox ctrox deleted the no-env-update branch July 10, 2024 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants