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

     1  variables:
     2      VAR: value
     3  child1:
     4      trigger:
     5          include: .child-pipeline.yml
     6  child2:
     7      trigger:
     8          include: .child-pipeline.yml
     9          forward:
    10              pipeline_variables: true
    11  child3:
    12      trigger:
    13          include: .child-pipeline.yml
    14          forward:
    15              yaml_variables: false