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