Sha256: f62ae0dd4c9f3c9d40062e7829a6c91f2f985c4dd7ce8702464acffece2351ae

Contents?: true

Size: 721 Bytes

Versions: 6

Compression:

Stored size: 721 Bytes

Contents

pipelines:
  GEM-grom:
    group: Dependencies
    label_template: "${COUNT}"
    materials:
      GEM-grom-git:
        git: https://github.com/ukparliament/grom.git
        branch: master
        auto_update: true
    stages:
      - deploy:
          approval: manual
          jobs:
            deploy:
              tasks:
                - exec:
                    run_if: passed
                    command: make
                    arguments:
                      - checkout_to_release
                - exec:
                    run_if: passed
                    command: make
                    arguments:
                      - deploy_to_release

environments:
  Web.LIVE:
    pipelines:
      - GEM-grom

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
grom-1.0.1 gocd/web1live.yaml
grom-1.0.0 gocd/web1live.yaml
grom-0.6.1 gocd/web1live.yaml
grom-0.6.0 gocd/web1live.yaml
grom-0.5.1 gocd/web1live.yaml
grom-0.5.0 gocd/web1live.yaml