Sha256: b672d7e7f99495df409c8fdf0c6185a981372bb672d4a1c88f6cd8921e363fee

Contents?: true

Size: 578 Bytes

Versions: 1

Compression:

Stored size: 578 Bytes

Contents

image: ruby:2.4

pipelines:
  default:
    - step:
        script:
          - wget -O .rubocop.yml $RUBOCOP_CONFIG_URL
          - bundle install
          - gem install rubocop
          - rspec -fdoc
          - rubocop .

  branches:
    master:
      - step:
          script:
            - gem build work_day.gemspec
            - mkdir -p ~/.gem && > ~/.gem/credentials
            - 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
work_day-2.0.0 bitbucket-pipelines.yml