-
Notifications
You must be signed in to change notification settings - Fork 87
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
fetch no longer works with just --branch #87
Labels
bug
Something isn't working
Comments
I can see you've come across the errors. Using an older version, everything is okay:
However when I try with
It attempts to pull files from the latest tag. I haven't tracked down the offending code yet. cc @brikis98, @pete0emerson |
Merged
brikis98
added a commit
to gruntwork-io/gruntwork-installer
that referenced
this issue
Feb 3, 2021
Pick up the fix from gruntwork-io/fetch#87, released in https://github.com/gruntwork-io/fetch/releases/tag/v0.3.14.
brikis98
added a commit
to gruntwork-io/gruntwork-installer
that referenced
this issue
Feb 4, 2021
Pick up the fix from gruntwork-io/fetch#87, released in https://github.com/gruntwork-io/fetch/releases/tag/v0.3.14.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like adding
--ref
in #79 may have broken the--branch
parameter.With
fetch
versionv0.3.9
:Works as follows:
But with
fetch
versionv0.3.13
:I'm guessing the way
GitRef
is set here tolatestTag
is causing the code to go down the wrong code path.The text was updated successfully, but these errors were encountered: