-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Feanil/fix one upgrade #34713
Feanil/fix one upgrade #34713
Conversation
df1cb9b
to
7c1b53d
Compare
We were seeing the following error: ``` /usr/bin/git add -- requirements scripts/**/requirements fatal: pathspec 'scripts/**/requirements' did not match any files ``` Once we introduce wildcards, the whole path needs to be valid so adding a trailing wildcard to catch all the relevant directories and files.
4f59d5f
to
c66f28d
Compare
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
2U Release Notice: This PR has been deployed to the edX production environment. |
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
2U Release Notice: This PR has been deployed to the edX production environment. |
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
2U Release Notice: This PR has been deployed to the edX production environment. |
We were seeing the following error:
Once we introduce wildcards, the whole path needs to be valid so adding
a trailing wildcard to catch all the relevant directories and files.