-
Notifications
You must be signed in to change notification settings - Fork 49
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
airshipctl document pull
does not work if a repo has a detached HEAD
#479
Comments
I can work on this one. Please assign this issue to me. |
@vetbijaya done, please let us know t-shirt size once you've had a chance to evaluate. Thanks! |
@ak3216, for now you can put as Medium t-shirt size. |
@StevTheDev, I followed the steps in treasuremap which works fine for me. So, unable to reproduce the error.
|
Hey @vetbijaya sorry for the prolonged delay - but I'm just getting back to work with airshipctl, and observed the same problem today. The command fails when not attached to any branch, but after doing so, the command is successful:
|
We are going to recommend closing this, if another user encounters this problem again we can reopen it. But at the moment it feels that this is fixed. |
Describe the bug
airshipctl document pull
does not work if a repo has a detached HEAD.Steps To Reproduce
22_test_configs.sh
airshipctl document pull --debug
and observereference not found
git checkout -b asdfasdfas
and rerun the command:Expected behavior
airshipctl document pull
resolves thecommitHash
specified in thecheckout
sectionEnvironment
master
The text was updated successfully, but these errors were encountered: