-
Notifications
You must be signed in to change notification settings - Fork 687
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
molecule converge -s upgrade fails to clone the git repo #4025
Comments
Given that you're referencing the In short, the error you report is caused by the lack of a "stable version" var for cloning. The error output shows the failing command:
That
What do you think, @kushaldas ? |
@conorsch this sounds like a good solution. |
Another common error I am seeing is
|
Description
The
molecule converge -s upgrade
command fails to clone thesecuredrop
git repository step.Steps to Reproduce
molecule converge -s upgrade
Expected Behavior
Command should execute and create the staging molecule instance.
Actual Behavior
Comments
I have tried
on VPN
(different VPNs) and off the VPN, still same error. This is a fresh clone of the git repository.The text was updated successfully, but these errors were encountered: