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

     1  variables:
     2      DEPLOY_SITE: https://example.com/
     3  deploy_job:
     4      environment:
     5          name: production
     6      script:
     7          - deploy-script --url $DEPLOY_SITE --path "/"
     8      stage: deploy
     9  deploy_review_job:
    10      environment:
    11          name: production
    12      script:
    13          - deploy-review-script --url $DEPLOY_SITE --path $REVIEW_PATH
    14      stage: deploy
    15      variables:
    16          REVIEW_PATH: /review