Skip to content

Create and send artifacts as zip files

Kamil Trzciński requested to merge zip-artifacts into master

This MR adds support for creating and extracting ZIP caches and artifacts purely with Go. This makes it easy to use on other platforms (especially Windows) since no external dependencies are required.

Test builds:

Closes: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/merge_requests/51 Resolves: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/901 https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/331

Merge request reports