Skip to content
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

[ci] retry of cloning repo is not working #8170

Closed
jigold opened this issue Feb 26, 2020 · 1 comment
Closed

[ci] retry of cloning repo is not working #8170

jigold opened this issue Feb 26, 2020 · 1 comment
Assignees

Comments

@jigold
Copy link
Contributor

jigold commented Feb 26, 2020

+ cd /io
+ rm -rf repo
+ mkdir repo
+ cd repo
+ '[' '!' -d .git ']'
+ retry clone
+ clone
++ mktemp -d
+ dir=/tmp/tmp.Txkg8yv5oW
+ git clone https://github.com/hail-is/hail.git /tmp/tmp.Txkg8yv5oW
Cloning into '/tmp/tmp.Txkg8yv5oW'...
error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function.
fatal: The remote end hung up unexpectedly
fatal: protocol error: bad pack header
++ ls -A /tmp/tmp.Txkg8yv5oW

real	1m0.562s
user	0m0.135s
sys	0m0.086s
+ git config user.email [email protected]
fatal: not in a git directory
@danking
Copy link
Contributor

danking commented Mar 18, 2020

fixed in d86e974 #8190

@danking danking closed this as completed Mar 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants