Sha256: 40fe08cdb87c63a95cb127ff42d6888eae835c98dce825bea24bc1d957f2d9fd

Contents?: true

Size: 613 Bytes

Versions: 2

Compression:

Stored size: 613 Bytes

Contents

build:
  test:
    image: abakpress/dind-testing
    pull: true
    privileged: true
    volumes:
      - /home/data/drone/images:/images
      - /home/data/drone/gems:/bundle
    environment:
      - COMPOSE_FILE_EXT=drone
      - RUBY_IMAGE_TAG=2.2-latest
    commands:
      - prepare-build

      - fetch-images --image abakpress/ruby-app:$RUBY_IMAGE_TAG
      - dip provision
      - dip rspec

  release:
    image: abakpress/gem-publication
    pull: true
    when:
      event: push
      branch: master
    volumes:
      - /home/data/drone/rubygems:/root/.gem
    commands:
      - release-gem --public

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
resque-integration-3.5.1 .drone.yml
resque-integration-3.5.0 .drone.yml