forked from openedx-unsupported/frontend-app-payment
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docs: updating readme * chore: changing text to trigger GHA * fix: update CODEOWNERS to be internal revenue-squad
- Loading branch information
1 parent
5552cbf
commit b2de60b
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# PCI compliance requires stricter scrutiny, see PR template | ||
/src @openedx/revenue-squad | ||
CODEOWNERS @openedx/revenue-squad | ||
/src @edx/revenue-squad | ||
CODEOWNERS @edx/revenue-squad |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b2de60b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure but I think this commit somehow breaks the release quince.1
After this commit I am getting
After I run:
tutor images build mfe
on tutor quince1b2de60b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey there, I think the build tool you're using may need to point to
openedx
going forward (e.g.git://github.com/openedx/frontend-app-payment.git
instead ofgit://github.com/edx/frontend-app-payment.git
). edX/2U is currently in the processes of forking a few repositories (specifically: this and frontend-app-ecommerce) to unblock the community, but it would appear what you're experiencing is an unintended side effect of that work. Particularly, when we forked the repository, we only copied themaster
branch over (and not all the openedx release branches too)b2de60b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've created this PR to tutor-ecommerce, which I think may resolve the issue: overhangio/tutor-ecommerce#74