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