Sha256: e670ce4bfa22adfac3f7a5370fcef4a195e86a41d3de0b5a6b5c26053fcb9cbb

Contents?: true

Size: 436 Bytes

Versions: 8

Compression:

Stored size: 436 Bytes

Contents

image: ruby:2.5.0

pipelines:
  branches:
    master:
    - step:
        caches:
        - bundler
        script:
        - gem install bundle rubocop
        - bundle install
        - rubocop
        - rake
        services:
        - broker
definitions:
  caches:
    bundler: vendor/bundle
  services:
    broker:
      image: rabbitmq:3
      environment:
        RABBITMQ_DEFAULT_USER: guest
        RABBITMQ_DEFAULT_PASS: guest

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
legion-transport-1.1.5 bitbucket-pipelines.yml
legion-transport-java-1.1.4 bitbucket-pipelines.yml
legion-transport-1.1.4 bitbucket-pipelines.yml
legion-transport-java-1.1.3 bitbucket-pipelines.yml
legion-transport-1.1.3 bitbucket-pipelines.yml
legion-transport-1.1.2 bitbucket-pipelines.yml
legion-transport-1.1.1 bitbucket-pipelines.yml
legion-transport-1.1.0 bitbucket-pipelines.yml