This is a tool build to simply invoke the
zip command.
Arguments passed to this builder will be passed to zip directly.
The following examples demonstrate build requests that use this builder.
This cloudbuild.yaml archives and compresses the build cache directories.
steps:
- name: gcr.io/$PROJECT_ID/zip
args: ['-r', 'cache.zip', '/root/.gradle']