Sha256: 471de3c325f374602a8972572b19cc29fbc627cc141546216f7753a125f879de
Contents?: true
Size: 622 Bytes
Versions: 1
Compression:
Stored size: 622 Bytes
Contents
image: ruby:2.5.8 pipelines: default: - step: script: - wget -O .rubocop.yml $RUBOCOP_CONFIG_URL - gem install bundler -v $(cat Gemfile.lock | awk '/BUNDLED WITH/{ getline;print; }') - bundle install - rspec . - rubocop -p . branches: master: - step: script: - mkdir -p ~/.gem - gem build log_toolbox.gemspec - curl -u $RUBYGEMS_USERNAME:$RUBYGEMS_PASSWORD https://rubygems.org/api/v1/api_key.yaml > ~/.gem/credentials - chmod 0600 ~/.gem/credentials - gem push $(ls *.gem)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
log_toolbox-1.3.10 | bitbucket-pipelines.yml |