Sha256: 5cfc6f0391a4c94b9a0610fd1ff16050e60f77096f826ca0927bacfe23eea1ab
Contents?: true
Size: 444 Bytes
Versions: 6
Compression:
Stored size: 444 Bytes
Contents
#!/usr/bin/env groovy dockerComposePipeline( commands: [ 'bundle exec rake coverage', 'bundle exec rake rubocop', 'bundle exec rake bundle:audit', 'bundle exec rake gem' ], artifacts: [ junit: 'artifacts/rspec/**/*.xml', html : [ 'Code Coverage': 'artifacts/rcov', 'RuboCop' : 'artifacts/rubocop' ], raw : ['artifacts/**/*.gem'] ] )
Version data entries
6 entries across 6 versions & 3 rubygems