-
Notifications
You must be signed in to change notification settings - Fork 3.8k
install-runhcs-shim: fetch target commit instead of tags #12248
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
Conversation
c0125bd to
05e68d6
Compare
31f54bb to
b198509
Compare
5a5e7b2 to
f9377eb
Compare
No idea why it blames lock during fetching. ```bash ... * [new tag] v0.9.9 -> v0.9.9 error: cannot lock ref 'refs/tags/v0.6.3': Unable to create 'C:/Users/runneradmin/AppData/Local/Temp/tmp.N2FTxfARN9/.git/refs/tags/v0.6.3.lock': File exists. Another git process seems to be running in this repository, e.g. an editor opened by 'git commit'. Please make sure all processes are terminated then try again. If it still fails, a git process may have crashed in this repository earlier: remove the file manually to continue. + cleanup + rm -rf /tmp/tmp.N2FTxfARN9 ``` Signed-off-by: Wei Fu <fuweid89@gmail.com>
|
/cherrypick release/2.1 |
|
@akhilerm: new pull request created: #12255 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@akhilerm: new pull request created: #12256 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
No idea why it blames lock during fetching.