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