We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Odooghost freeze when trying to clone an unexisting repository.
Exemple of stack:
name: Test services: odoo: version: 16.0 cmdline: "--workers=2" addons: - type: remote mode: mount origin: https://github.com/unexisting/repository.git branch: "16.0" path: /home/ybu/docker/git/16.0/unexisting/repository db: type: local version: 14
The text was updated successfully, but these errors were encountered:
Looks like it's due to the custom RemoteProgress class. Will look forward to fix it.
Sorry, something went wrong.
Looks like it freeze too when auth fail
Yes because both GitHub and Gitlab return a 404 error when auth fail. Odoo-G can't do the difference.
remyz17
No branches or pull requests
Odooghost freeze when trying to clone an unexisting repository.
Exemple of stack:
The text was updated successfully, but these errors were encountered: