Sha256: 13f9d9a09022096f1f0e2bd9003096bc20466d1f7d2de16f3d5af3c156a1df4f
Contents?: true
Size: 799 Bytes
Versions: 9
Compression:
Stored size: 799 Bytes
Contents
image: ruby:2.6 pipelines: pull-requests: '**': - step: name: Run unit tests caches: - bundler script: - bundle install - bundle audit check --update - rake test tags: release-*: - step: name: Test and publish caches: - bundler script: - bundle install - bundle audit check --update - rake test - mkdir -p /root/.gem - touch /root/.gem/credentials - chmod 0600 /root/.gem/credentials - 'printf -- "---\n:rubygems_api_key: $GEM_HOST_API_KEY\n" > /root/.gem/credentials' - rake build release:rubygem_push definitions: caches: bundler: /usr/local/bundle
Version data entries
9 entries across 9 versions & 1 rubygems