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

Add support for bitbucket for repo bootstrap #205

Closed
vainkop opened this issue Nov 18, 2021 · 3 comments
Closed

Add support for bitbucket for repo bootstrap #205

vainkop opened this issue Nov 18, 2021 · 3 comments

Comments

@vainkop
Copy link

vainkop commented Nov 18, 2021

Please add support for bitbucket for repo bootstrap & provide documentation.

I see this issue is open #7

But PR #172 is closed so not sure if bitbucket support is there but undocumented or still missing?

Thanks

@vainkop
Copy link
Author

vainkop commented Nov 18, 2021

Figured out how to work with bitbucket & sharing

  1. create app password https://bitbucket.org/account/settings/app-passwords & use it with export GIT_TOKEN=xxxx
  2. export GIT_REPO="https://bitbucket.org/user/repo.git"
  3. argocd-autopilot repo bootstrap

@vainkop vainkop closed this as completed Nov 18, 2021
@Lp-Francois
Copy link

Hello 👋

It seems like it is not working anymore:

$ argocd-autopilot repo bootstrap

INFO cloning repo: https://bitbucket.org/orga/repo.git 
WARNING --provider not specified, assuming provider from url: bitbucket.org 
FATAL git provider 'bitbucket.org' not supported   

I guess we need to wait for official support then.

@mtrin
Copy link

mtrin commented Jul 4, 2022

@Lp-Francois

force the github flag (it worked to me)

argocd-autopilot repo bootstrap --provider github [...]

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

3 participants