Sha256: afc5646e1ba2d359a5019d4044e31876b0a83a64b076bdf5de604b5ea2aaa5fc

Contents?: true

Size: 548 Bytes

Versions: 3

Compression:

Stored size: 548 Bytes

Contents

kind: pipeline
name: default

platform:
  os: linux
  arch: amd64

steps:
  - name: Build & Publish
    pull: if-not-exists
    image: 714782054810.dkr.ecr.eu-west-2.amazonaws.com/base-images/qe-ruby:2.7.0
    commands:
      - apk add --update git --update alpine-sdk  --no-cache
      - gem install bundler
      - bundle
      - gem install nexus
      - gem build parallel_report_portal.gemspec
      - gem nexus --url https://nexus.tooling.dvla.gov.uk/repository/gem-private/ parallel_report_portal*gem
    when:
      branch:
        - master

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
parallel_report_portal-2.0.2 .drone.yml
parallel_report_portal-2.0.1 .drone.yml
parallel_report_portal-2.0.0 .drone.yml