Method: Gitlab::QA::Component::Staging.release
- Defined in:
- lib/gitlab/qa/component/staging.rb
.release ⇒ Object
14 15 16 17 18 19 20 |
# File 'lib/gitlab/qa/component/staging.rb', line 14 def self.release QA::Release.new(image) rescue Support::InvalidResponseError => e warn e. warn "#{e.response.code} #{e.response.}: #{e.response.body}" exit 1 end |