Sha256: 3305f0a7be3d83cdbc825b6a79ccbc35cc5d4d80d6199c8056035f0b1decce85

Contents?: true

Size: 492 Bytes

Versions: 9

Compression:

Stored size: 492 Bytes

Contents

image: ruby:2.4.0

pipelines:
  branches:
    master:
    - step:
        caches:
        - bundler
        script:
        - gem install bundle rubocop
        - bundle install
        - rubocop
        - rake
        services:
        - mysql
definitions:
  services:
    mysql:
      image: mysql:5.7
      environment:
        MYSQL_DATABASE: 'legion'
        MYSQL_ROOT_PASSWORD: 'legion'
        MYSQL_USER: 'legion'
        MYSQL_PASSWORD: 'legion'
  caches:
    bundler: vendor/bundle

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
legion-data-1.1.5 bitbucket-pipelines.yml
legion-data-1.1.4 bitbucket-pipelines.yml
legion-data-java-1.1.3 bitbucket-pipelines.yml
legion-data-1.1.3 bitbucket-pipelines.yml
legion-data-java-1.1.2 bitbucket-pipelines.yml
legion-data-1.1.2 bitbucket-pipelines.yml
legion-data-0.2.0 bitbucket-pipelines.yml
legion-data-0.1.1 bitbucket-pipelines.yml
legion-data-0.1.0 bitbucket-pipelines.yml