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

feat: Support non-GitHub repositories #20

Open
OmarIthawi opened this issue Apr 12, 2023 · 0 comments
Open

feat: Support non-GitHub repositories #20

OmarIthawi opened this issue Apr 12, 2023 · 0 comments

Comments

@OmarIthawi
Copy link
Member

OmarIthawi commented Apr 12, 2023

This one goes without saying. Some maintainers would need to pull from Gitlab or their own git repo.

Atlas should allow any git repository to be used:

  • --repository=openedx/openedx-translations: A single / found, therefore assumes GitHub repo slug and clones https://github.com/openedx/openedx-translations.git

  • --repository=https://github.com/test/our-translations.git: https:// is found therefore assumes full URL and checks out https://github.com/test/our-translations.git

  • --repository=git@gitlab.com:another/translations.git: @ is found, therefore assumes full URL and checks out git@gitlab.com:another/translations.git

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

No branches or pull requests

1 participant