Skip to content

fix: use the jspdf https url instead of git://#3349

Merged
rtibbles merged 2 commits intolearningequality:unstablefrom
aronasorman:fix-jspdf-git-url
Mar 24, 2022
Merged

fix: use the jspdf https url instead of git://#3349
rtibbles merged 2 commits intolearningequality:unstablefrom
aronasorman:fix-jspdf-git-url

Conversation

@aronasorman
Copy link
Collaborator

git:// started failing recently, and no docker build can happen

Summary

Description of the change(s) you made

Github recently deprecated the git:// url for pulling in dependencies. We still have jsPDF using that git:// url, so docker builds on all branches should be failing.

Unstable failed build

Hotfixes failed build

This fix simply changes the git:// url to an https:// url. And builds are now succeeding on my end!

Manual verification steps performed

Run a docker build:

docker build -f k8s/images/app/Dockerfile .

git:// started failing recently, and no docker build can happen
@aronasorman aronasorman requested review from bjester and rtibbles March 24, 2022 14:00
@aronasorman
Copy link
Collaborator Author

Hmm the commit checks are failing, but the overall pull request checks have skipped the failing tests. Is that normal?

@bjester
Copy link
Member

bjester commented Mar 24, 2022

@aronasorman You should run yarn install after changing the package.json which will update the yarn.lock file, and then trigger the JS tests.

@aronasorman
Copy link
Collaborator Author

Looks like it's passing @bjester! Btw once you approve I'll squash the fixup into the original commit so the history will look cleaner.

@rtibbles rtibbles merged commit c72224e into learningequality:unstable Mar 24, 2022
@rtibbles
Copy link
Member

I squashed and merged for you @aronasorman to avoid faffing around :)

@aronasorman aronasorman deleted the fix-jspdf-git-url branch March 24, 2022 19:54
rtibbles pushed a commit to rtibbles/studio that referenced this pull request Jun 2, 2022
* fix: use the jspdf https url instead of git://

git:// started failing recently, and no docker build can happen

* fixup! fix: use the jspdf https url instead of git://

Co-authored-by: Aron Asor <aron@noreply.github.com>
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.

3 participants