Sha256: 4779ec0d3c6bacf6f7151bf4eccfd7317ca0327a1f9f1ec8dcb2d0be5bfa4961

Contents?: true

Size: 622 Bytes

Versions: 1

Compression:

Stored size: 622 Bytes

Contents

image: ruby:2.7.3

pipelines:
  default:
    - step:
        script:
          - wget -O .rubocop.yml $RUBOCOP_CONFIG_URL
          - gem install bundler -v $(cat Gemfile.lock | awk '/BUNDLED WITH/{ getline;print; }')
          - bundle install
          - rspec .
          - rubocop -p .

  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

1 entries across 1 versions & 1 rubygems

Version Path
log_toolbox-1.3.11 bitbucket-pipelines.yml