github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/gitlab/yaml/testdata/job_keywords/only_except/variables.yaml (about) 1 # https://docs.gitlab.com/ee/ci/yaml/#onlyvariables--exceptvariables 2 3 deploy: 4 script: cap staging deploy 5 only: 6 variables: 7 - $RELEASE == "staging" 8 - $STAGING