github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/gitlab/testdata/templates/hello.yaml.golden (about)

     1  kind: pipeline
     2  spec:
     3    stages:
     4    - name: greeting
     5      spec:
     6        steps:
     7        - spec:
     8            steps:
     9            - name: en
    10              spec:
    11                run: echo hello world
    12              type: script
    13            - name: fr
    14              spec:
    15                run: echo bonjour monde
    16              type: script
    17          type: parallel
    18      type: ci
    19  version: 1