Method: Gitlab::QA::Release#edition
- Defined in:
- lib/gitlab/qa/release.rb
#edition ⇒ Object
78 79 80 81 82 83 84 85 |
# File 'lib/gitlab/qa/release.rb', line 78 def edition @edition ||= if canonical? release.match(CANONICAL_REGEX)[:edition].to_sym else release.match(CUSTOM_GITLAB_IMAGE_REGEX)[:edition].to_sym end end |