Sha256: 854c8d3c0ee5ad049219f3e576e7133e5eb9af65bd274c9052629ceac81f4969
Contents?: true
Size: 368 Bytes
Versions: 6
Compression:
Stored size: 368 Bytes
Contents
# frozen_string_literal: true task = { task: 'git log', config: { # input still needed platform: 'linux', image_resource: { type: 'docker-image', source: { repository: 'alpine/git' } }, run: { path: 'find', args: ['.', '-iname', '*.git', '-exec', 'git', '--git-dir', '{}', '--no-pager', 'log', ';'] } } } plan << task
Version data entries
6 entries across 6 versions & 1 rubygems