aws-codebuild-docker-images icon indicating copy to clipboard operation
aws-codebuild-docker-images copied to clipboard

Unzip artifacts for local build

Open gandroz opened this issue 5 years ago • 0 comments

This would be great to allow local build artifacts to be unzipped/flatten when saved on disk, or maybe support reports.

My usecase is as follow: Codebuild is used to perform unittests on my source code, and a test report is generated and saved as an artifact. It is annoying to have to unzip the resulting file which basically contains only one file.

gandroz avatar Sep 01 '20 20:09 gandroz