gitlab-qa 7.0.2 → 7.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a0cd1baca1db30141fd851c26ca501eeaead7afc3d617ce975feb5d2db98af06
4
- data.tar.gz: 78b4f78fee127294e67c0f160618e658426fa6c01296cf30bb368aafcdd2078b
3
+ metadata.gz: 32809b6a435a4f885da425ee4f02b947731e5cc703c88353b0b4449521c7fd4b
4
+ data.tar.gz: 00e470d8140455b32fe9296ae2bde313fda2c9df4c370cd84b4e4247d72a7e01
5
5
  SHA512:
6
- metadata.gz: df9fc84338dc1f2724e5a1fa5cce74111b09387b5d5c0615b3c649ee26af0460b9402009bc54874c4b3e59d3a3d8ed5733cfb97e26687bcffbef6c30c123b1d4
7
- data.tar.gz: 39dda0fc7304d09a3bbd93d40ad409610b4bb8da75ad79dda53fa31ab017e915704068b0ea5050bbf8bc92a49f7d7dd3654d0ac20bdb2a2731ff916971eb6718
6
+ metadata.gz: 16d8eea53beb93f9fe3265043541e308a1bc654be3151f79d78ca14346e9f56b67c3bfed86347239c33a9c0b32a3cf2f636c23b5392bb075ec1f3fa78741dc25
7
+ data.tar.gz: 3a483c5288e75f21418b98f9a52d991a3081fb380816d851d7e9e142b5989202243ad25fbba50ef339bcf14f927f9d392cff084ab1f8274edc9f61ca22371d5d
@@ -209,7 +209,7 @@ module Gitlab
209
209
 
210
210
  class OmnibusConfiguration
211
211
  def initialize
212
- @config = Runtime::Scenario.attributes[:omnibus_configuration].clone || []
212
+ @config = [Runtime::Scenario.attributes[:omnibus_configuration].to_s] || []
213
213
  end
214
214
 
215
215
  def <<(configuration)
@@ -217,7 +217,7 @@ module Gitlab
217
217
  end
218
218
 
219
219
  def to_s
220
- @config.to_s
220
+ @config.join("\n")
221
221
  end
222
222
  end
223
223
  end
@@ -1,5 +1,5 @@
1
1
  module Gitlab
2
2
  module QA
3
- VERSION = '7.0.2'.freeze
3
+ VERSION = '7.0.3'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab-qa
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.0.2
4
+ version: 7.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitLab Quality
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-03-26 00:00:00.000000000 Z
11
+ date: 2021-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: climate_control