Sha256: dac7d874c7360950090abc9e8becc8d92255a7cf1f5dfc7e72acf9a910f35239
Contents?: true
Size: 627 Bytes
Versions: 3
Compression:
Stored size: 627 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 - 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
wso2_toolbox-0.2.2 | bitbucket-pipelines.yml |
wso2_toolbox-0.2.1 | bitbucket-pipelines.yml |
wso2_toolbox-0.2.0 | bitbucket-pipelines.yml |