Sha256: b181a544fd1f6d3e010e436ba0ee2a3ec2b2e21b9d2972e648afc790b3edf28f
Contents?: true
Size: 653 Bytes
Versions: 4
Compression:
Stored size: 653 Bytes
Contents
image: ruby:2.6.3 pipelines: default: - step: script: - git archive --remote=git@bitbucket.org:guideinvestimentos/rails_defaults.git HEAD .rubocop.yml | tar -x - gem update bundler - bundle install - gem install rubocop - rspec -fdoc - rubocop . 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
log_toolbox-1.3.2 | bitbucket-pipelines.yml |
log_toolbox-1.3.1 | bitbucket-pipelines.yml |
log_toolbox-1.3.0 | bitbucket-pipelines.yml |
log_toolbox-1.2.0 | bitbucket-pipelines.yml |