github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/gitlab/yaml/testdata/job_keywords/variables/options.yaml (about) 1 # https://docs.gitlab.com/ee/ci/yaml/#variablesoptions 2 3 variables: 4 DEPLOY_ENVIRONMENT: 5 value: "staging" 6 options: 7 - "production" 8 - "staging" 9 - "canary" 10 description: "The deployment target. Set to 'staging' by default."