Skip to content

Prevent uploading two files as artifacts in single request

Kamil Trzciński requested to merge block-two-files into master

This fixes a small bug that artifactsProcessor allows to send two files in the same request, and second will overwrite the one stored on remote storage.

This improves that situation. Also, it slightly refines the tests around the artifactsUploader.

Merge request reports