Method: Gitlab::QA::Component::Staging.release

Defined in:
lib/gitlab/qa/component/staging.rb

.releaseObject



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.message
  warn "#{e.response.code} #{e.response.message}: #{e.response.body}"
  exit 1
end