-
Notifications
You must be signed in to change notification settings - Fork 5
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
Exit with an error code if some assets failed to be uploaded #75
Comments
stigkj
added a commit
that referenced
this issue
Mar 3, 2022
Also * try to upload the failed assets once * upgrade dependencies This fixes #75.
stigkj
added a commit
that referenced
this issue
Mar 3, 2022
Also * try to upload the failed assets once * upgrade dependencies This fixes #75.
stigkj
added a commit
that referenced
this issue
Mar 3, 2022
Also * try to upload the failed assets once * upgrade dependencies This fixes #75.
stigkj
added a commit
that referenced
this issue
Mar 3, 2022
Also * try to upload the failed assets once * upgrade dependencies This fixes #75.
stigkj
added a commit
that referenced
this issue
Mar 3, 2022
Also * try to upload the failed assets once * generalize task names, i.e. remove travis from names * upgrade dependencies This fixes #75.
stigkj
added a commit
that referenced
this issue
Mar 3, 2022
Also * try to upload the failed assets once * generalize task names, i.e. remove travis from names * upgrade dependencies This fixes #75.
stigkj
added a commit
that referenced
this issue
Mar 4, 2022
Also * try to upload the failed assets once * generalize task names, i.e. remove travis from names * upgrade dependencies This fixes #75.
stigkj
added a commit
that referenced
this issue
Mar 4, 2022
Also * retry uploading the failed assets * generalize task names, i.e. remove travis from names * upgrade dependencies This fixes #75.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
process.exit(1)
if any of the assets failed during upload so anyone using cdn-uploader know that it fails. For example, if one wants a build to fail when running cdn-uploader could not upload all assets.The text was updated successfully, but these errors were encountered: