Sha256: 945218e28bfa57565b9a26d73f3dee19e7909e439073f66a6dfc9271974d7f7f

Contents?: true

Size: 422 Bytes

Versions: 4

Compression:

Stored size: 422 Bytes

Contents

image: 'isgmhradd/rails-ruby24:2019-04-02'

pipelines:
  default:
    - step:
        caches:
          - bundler
        script:
          - curl -sL https://sentry.io/get-cli/ | bash
          - gem install bundler
          # install gems
          - bundle install --path vendor
          - bundle update --bundler
          # build/lint/test
          - bundle exec rake

definitions:
  caches:
    bundler: ./vendor

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
groundskeeper-bitcore-0.8.0 bitbucket-pipelines.yml
groundskeeper-bitcore-0.7.0 bitbucket-pipelines.yml
groundskeeper-bitcore-0.6.0 bitbucket-pipelines.yml
groundskeeper-bitcore-0.5.0 bitbucket-pipelines.yml