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

     1  variables:
     2      DEPLOY_ENVIRONMENT:
     3          value: staging
     4          description: The deployment target. Set to 'staging' by default.
     5          options:
     6              - production
     7              - staging
     8              - canary
     9          expand: true