Sha256: f9439ce9d5ac32f15f6209976dbbf8626948b25e43b143b564fa38273a849737

Contents?: true

Size: 422 Bytes

Versions: 7

Compression:

Stored size: 422 Bytes

Contents

image: 'isgmhradd/rails-ruby27:2020-04-01'

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

7 entries across 7 versions & 1 rubygems

Version Path
groundskeeper-bitcore-0.22.0 bitbucket-pipelines.yml
groundskeeper-bitcore-0.21.0 bitbucket-pipelines.yml
groundskeeper-bitcore-0.20.1 bitbucket-pipelines.yml
groundskeeper-bitcore-0.19.0 bitbucket-pipelines.yml
groundskeeper-bitcore-0.18.0 bitbucket-pipelines.yml
groundskeeper-bitcore-0.17.0 bitbucket-pipelines.yml
groundskeeper-bitcore-0.16.0 bitbucket-pipelines.yml