github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/bitbucket/yaml/testdata/definitions/example2.yaml (about)

     1  definitions:
     2    steps:
     3      - step: &build-test
     4          name: Build and test
     5          script:
     6            - mvn package
     7          artifacts:
     8            - target/**
     9  
    10  pipelines:
    11    branches:
    12      develop:
    13        - step: *build-test
    14      main:
    15        - step: *build-test