Sha256: 9312a47775a6e71bde12960525fac66c2b1f25abe3ab74365ec3261622efe5b9

Contents?: true

Size: 665 Bytes

Versions: 7

Compression:

Stored size: 665 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
          - bundle exec 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

7 entries across 7 versions & 1 rubygems

Version Path
log_toolbox-1.3.9 bitbucket-pipelines.yml
log_toolbox-1.3.8 bitbucket-pipelines.yml
log_toolbox-1.3.7 bitbucket-pipelines.yml
log_toolbox-1.3.6 bitbucket-pipelines.yml
log_toolbox-1.3.5 bitbucket-pipelines.yml
log_toolbox-1.3.4 bitbucket-pipelines.yml
log_toolbox-1.3.3 bitbucket-pipelines.yml