Method: Gitlab::QA::Release#previous_stable
- Defined in:
- lib/gitlab/qa/release.rb
#previous_stable ⇒ Object
72 73 74 75 76 |
# File 'lib/gitlab/qa/release.rb', line 72 def previous_stable # The previous stable is always gitlab/gitlab-ce:latest or # gitlab/gitlab-ee:latest self.class.new("#{canonical_image}:latest") end |