Sha256: 182d26a22b81973fbce58b4bb54b3917c40be81d7e0a0cf3bf5a3b8311eb212d
Contents?: true
Size: 659 Bytes
Versions: 5
Compression:
Stored size: 659 Bytes
Contents
image: ruby:2.4.1 pipelines: default: - step: script: - git archive --remote=git@bitbucket.org:guideinvestimentos/rails_defaults.git HEAD .rubocop.yml | tar -x - gem install bundler - bundle install - mv .env.pipelines .env - gem install rubocop - rspec -fdoc - rubocop . branches: master: - step: script: - gem build wso2_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
5 entries across 5 versions & 1 rubygems