Sha256: b88705781203f332814b12abea7840cc5c8b3f04ebf94e79e0ce15786d058208

Contents?: true

Size: 589 Bytes

Versions: 4

Compression:

Stored size: 589 Bytes

Contents

image: ruby:2.2.5

pipelines:
  default:
    - step:
        script:
          - git archive --remote=git@bitbucket.org:guideinvestimentos/rails_defaults.git HEAD .rubocop.yml | tar -x
          - bundle install
          - gem install rubocop
          - rspec -fdoc
          - rubocop .

  branches:
    master:
      - step:
          script:
            - gem build work_day.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
work_day-1.2.0 bitbucket-pipelines.yml
work_day-1.1.0 bitbucket-pipelines.yml
work_day-1.0.1 bitbucket-pipelines.yml
work_day-1.0.0 bitbucket-pipelines.yml