We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We can now now longer build the snapshot pipeline primary due to issues like:
snapshot
15:43:05 Failed in branch Make Noctua GPAD 15:43:12 ERROR: Error cloning remote repo 'origin' 15:43:12 hudson.plugins.git.GitException: Command "git fetch --no-tags --progress --depth=1 -- https://github.com/geneontology/noctua-models.git +refs/heads/*:refs/remotes/origin/*" returned status code 128: 15:43:12 stdout: 15:43:12 stderr: remote: Enumerating objects: 256489 [...] error: RPC failed; curl 18 transfer closed with outstanding read data remaining 15:43:12 fatal: The remote end hung up unexpectedly 15:43:12 fatal: early EOF 15:43:12 fatal: index-pack failed 15:43:12
A continuation of #278, #377, and geneontology/go-site#2336.
The text was updated successfully, but these errors were encountered:
attempt to get a faster checkout for noctua-models for #378
335be21
add a little debugging and an additional accelerator; for #378
3918803
whoops on checkout out repo; for #378
11ef33f
forgot depth in the churn; for #378
f53363f
and --no-tags; for #378
cca833a
Fix nocuta typo, add --single-branch for geneontology/pipeline#378
42b82ac
No branches or pull requests
We can now now longer build the
snapshot
pipeline primary due to issues like:A continuation of #278, #377, and geneontology/go-site#2336.
The text was updated successfully, but these errors were encountered: