github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/gitlab/yaml/testdata/hello.yaml (about) 1 stages: 2 - greeting 3 4 en: 5 stage: greeting 6 script: 7 - echo hello world 8 9 fr: 10 stage: greeting 11 script: 12 - echo bonjour monde