Sha256: c8bdde0788bc65f14bad185d6ae5daf38b99af5f6dd1ecb452c524ebe1481421

Contents?: true

Size: 210 Bytes

Versions: 5

Compression:

Stored size: 210 Bytes

Contents

version: 1.0
stages:
  build:
    image: docker:latest
    scripts:
    - ./scripts/build.sh
  test:
    image: ruby:3.1
    scripts:
    - ./scripts/test.sh
  release:
    image: ruby:3.1
    only:
    - main

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
metatron-0.1.0 .roxanne.yml
bullion-0.3.3 .roxanne.yml
bullion-0.3.2 .roxanne.yml
bullion-0.3.1 .roxanne.yml
bullion-0.3.0 .roxanne.yml