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

     1  kind: pipeline
     2  spec:
     3    stages:
     4    - name: test
     5      spec:
     6        steps:
     7        - name: job
     8          spec:
     9            run: |-
    10              echo "Execute this command before any 'script:' commands."
    11              echo "This command executes after the job's 'before_script' commands."
    12          type: script
    13      type: ci
    14  version: 1