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
download-artifacts
Running circle download-artifacts <build number>, I see one of the following happen:
circle download-artifacts <build number>
On a build with a small number of artifacts, it says it's downloading them to a tmp folder, but the folder is actually empty.
On a build with a very large number of artifacts, it hits an error with too many concurrent connections.
Today on master, with any build number, I'm getting
master
json: cannot unmarshal object into Go value of type []*circle.CircleArtifact
None of these are the desired behavior.
The text was updated successfully, but these errors were encountered:
@kevinburke Would you be interested in fixing this? Do you use this anymore?
Sorry, something went wrong.
@benbuckman you were able to figure this out, correct?
No branches or pull requests
Running
circle download-artifacts <build number>
, I see one of the following happen:On a build with a small number of artifacts, it says it's downloading them to a tmp folder, but the folder is actually empty.
On a build with a very large number of artifacts, it hits an error with too many concurrent connections.
Today on
master
, with any build number, I'm gettingNone of these are the desired behavior.
The text was updated successfully, but these errors were encountered: