-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Use git+https when loading expensify-common #6168
Conversation
aa33d15
to
3dbf0a9
Compare
|
Use git+https when loading expensify-common (cherry picked from commit e04b94f)
🚀 Cherry-picked to staging by @yuwenmemon in version: 1.1.12-3 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by @yuwenmemon in version: 1.1.12-3 🚀
|
🚀 Deployed to staging by @yuwenmemon in version: 1.1.12-4 🚀
|
🚀 Deployed to production by @yuwenmemon in version: 1.1.13-2 🚀
|
@francoisl @Jag96
Details
Looks like we hit a brownout related to: https://github.blog/2021-09-01-improving-git-protocol-security-github/
We need to stop using the unencrypted
git://
protocol. Move us over togit+https://
.Fixed Issues
None, but fixes the failing deploy here: https://github.com/Expensify/App/runs/4074554859
Tests
Ran
npm install
in the/App
repo, made sure it was successful.