I use the layer to perform some boilerplate actions in CodePipeline. One of my usecases is that I need to unzip a BuildArtifact provided by CodeBuild. This artifact is zipped (not gzipped or a tarball), so with this layer I cannot unzip it.
Since the zip command is present, could you also include the unzip command?
I use the layer to perform some boilerplate actions in CodePipeline. One of my usecases is that I need to unzip a BuildArtifact provided by CodeBuild. This artifact is zipped (not gzipped or a tarball), so with this layer I cannot unzip it.
Since the
zip
command is present, could you also include theunzip
command?