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 versionCode regex to work on ubuntu #3456

Merged
merged 1 commit into from
Jun 9, 2021
Merged

Conversation

roryabraham
Copy link
Contributor

cc @Jag96

Details

Apparently GNU grep's basic regex type doesn't treat\d as a special character for [0-9]

Fixed Issues

Fixes #2918

Tests

Run a production deploy and see if it works 🙃

I did some local testing to confirm this produces the correct output from the Expensidev/Expensify.cash directory both on macOS and in my ubuntu VM:

image

@roryabraham roryabraham requested a review from a team as a code owner June 9, 2021 00:19
@roryabraham roryabraham self-assigned this Jun 9, 2021
@MelvinBot MelvinBot requested review from pecanoro and removed request for a team June 9, 2021 00:19
Copy link
Contributor

@Jag96 Jag96 left a comment

Choose a reason for hiding this comment

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

Works in the VM, LGTM

@roryabraham
Copy link
Contributor Author

No reason not to merge this now.

@roryabraham roryabraham merged commit b55cdd3 into main Jun 9, 2021
@roryabraham roryabraham deleted the Rory-FixVersionCodeRegex branch June 9, 2021 01:29
@OSBotify
Copy link
Contributor

OSBotify commented Jun 9, 2021

🚀 Deployed to staging in version: 1.0.65-5🚀

platform result
🤖 android 🤖 success ✅
🖥 desktop 🖥 success ✅
🍎 iOS 🍎 success ✅
🕸 web 🕸 success ✅

@OSBotify
Copy link
Contributor

🚀 Deployed to production in version: 1.0.68-4🚀

platform result
🤖 android 🤖 success ✅
🖥 desktop 🖥 success ✅
🍎 iOS 🍎 success ✅
🕸 web 🕸 success ✅

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.

Android Production Deploys are failing
4 participants