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(continuous-deploy-fingerprint): correct expiration date logic for build validation #307

Merged
merged 1 commit into from
Sep 19, 2024
Merged

Conversation

tharakadesilva
Copy link
Contributor

@tharakadesilva tharakadesilva commented Sep 18, 2024

This commit fixes the logic for validating build expiration dates in the continuous deployment fingerprint process. The condition was incorrectly set to exclude builds that expire after tomorrow, when it should have been excluding builds that expire before tomorrow.

Linked issue

#303

… build validation

This commit fixes the logic for validating build expiration dates in the continuous deployment fingerprint process. The condition was incorrectly set to exclude builds that expire after tomorrow, when it should have been excluding builds that expire before tomorrow.
@tharakadesilva
Copy link
Contributor Author

tharakadesilva commented Sep 19, 2024

@wschurman sorry for the tag, but this is a bug fix that needs to go in or the fingerprint CD flow is going to be broken.

@wschurman wschurman merged commit 4b7860b into expo:main Sep 19, 2024
Copy link
Member

Thanks for the fix! Dates are hard lol.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants