github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/gitlab/yaml/testdata/job_keywords/before_script/example-1.yaml (about) 1 # https://docs.gitlab.com/ee/ci/yaml/#before_script 2 3 job: 4 before_script: 5 - echo "Execute this command before any 'script:' commands." 6 script: 7 - echo "This command executes after the job's 'before_script' commands."