-
Notifications
You must be signed in to change notification settings - Fork 40
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
fatal: 'origin' is not a commit and a branch 'v0.14.1' cannot be created from it #589
Comments
Here's the log from the successful build 2 days ago
|
How can the git commands be so different? Working:
Failing:
|
Ah. I am cacheing the .asdf directory and the failing builds are trying to do an update instead of an install. The update step is broken: Lines 26 to 32 in 1bf052e
|
It might be a new minor git version that broke it Working build with .asdf cache hit
Broken build with .asdf cache hit
|
I got the asdf 0.16 notice a few days ago on our failing GHA builds. I Added the
with: asdf_branch: v0.14.1
as 0.14.1 seemed to be the version used on our latest successful build, and that worked.But since yesterday we are instead met with this message. Any ideas to what could possibly have changed?
The build step
Same result when I try
asdf_branch: v0.15.0
The text was updated successfully, but these errors were encountered: