Sha256: 1fd835f7c45b62d99662346b4e577191e32549da7c2a85277c1ead3e9d51a491
Contents?: true
Size: 848 Bytes
Versions: 8
Compression:
Stored size: 848 Bytes
Contents
image: ruby:2.4.0 pipelines: branches: master: - step: caches: - bundler script: - gem install bundle rubocop - bundle install - rubocop - rake - step: name: Deploy to test gem server deployment: test script: - gem install bundle geminabox - bundle install - gem build legion-settings.gemspec - gem inabox legion-settings*.gem -g https://gems.whonodes.org/ -o - step: name: Deploy to RubyGems deployment: production trigger: manual script: - gem build legion-settings.gemspec default: - step: caches: - bundler script: - gem install bundle rubocop - bundle install - rubocop - rake definitions: caches: bundler: vendor/bundle
Version data entries
8 entries across 8 versions & 1 rubygems