Sha256: fb9b120c0ed40f50f9133afa6d7973a717dc13b2f40fd13ccbfec620bfff3e45
Contents?: true
Size: 686 Bytes
Versions: 7
Compression:
Stored size: 686 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-logging.gemspec - gem inabox legion-logging*.gem -g https://gems.whonodes.org/ -o default: - step: caches: - bundler script: - gem install bundle rubocop - bundle install - rubocop - rake definitions: caches: bundler: vendor/bundle
Version data entries
7 entries across 7 versions & 1 rubygems