Skip to content

Fix bug in HttpRepository.push retries

Marco Clemencic requested to merge fix-artifact-push-retry into master

The file object passed to HttpRepository.push was not rewound after a failed push, so on the next iteration we were effectively sending an empty file.

Merge request reports