Sha256: 26b4f63b78e30351d7b38d0be264c288b0db734e557adf69ae657d18123b79f2

Contents?: true

Size: 525 Bytes

Versions: 2

Compression:

Stored size: 525 Bytes

Contents

# This is a sample build configuration for Ruby.
# Check our guides at https://confluence.atlassian.com/x/8r-5Mw for more examples.
# Only use spaces to indent your .yml configuration.
# -----
# You can specify a custom docker image from Docker Hub as your build environment.
image: ruby:2.5.1

pipelines:
  default:
    - step:
        caches:
          - bundler
        script: # Modify the commands below to build your repository.
          - bundle install
          - rspec

definitions:
  caches:
    bundler: ./vendor

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
eship-ruby-0.1.0 bitbucket-pipelines.yml
eship-ruby-0.1.0 bitbucket-pipelines.yml