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

     1  pipelines:
     2    default:
     3      - stage:
     4          name: Linting
     5          steps:
     6            - step:
     7                script:
     8                  - sh ./run-linter.sh
     9      - stage:
    10          name: Build and test
    11          trigger: manual
    12          steps:
    13            - step:
    14                name: Build app
    15                script:
    16                  - sh ./build-app.sh
    17            - step:
    18                name: Run unit tests
    19                script:
    20                  - sh ./run-tests.sh