github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/gitlab/yaml/testdata/job_keywords/script/example-1.yaml (about) 1 # https://docs.gitlab.com/ee/ci/yaml/#script 2 3 job1: 4 script: "bundle exec rspec" 5 6 job2: 7 script: 8 - uname -a 9 - bundle exec rspec