lib/generators/swift/scaffold/_build/config.yml.erb in minke-generator-swift-0.2.0 vs lib/generators/swift/scaffold/_build/config.yml.erb in minke-generator-swift-0.2.1

- old
+ new

@@ -23,25 +23,23 @@ to: './dockerfile/<%= application_name %>' - from: './swagger_spec/swagger.yml' to: './dockerfile/<%= application_name %>/swagger_spec' run: - pre: - consul_loader: - config_file: './consul_keys.yml' - url: - address: consul - port: 8500 - type: bridge + consul_loader: + config_file: './consul_keys.yml' + url: + address: consul + port: 8500 + type: bridge cucumber: - pre: - consul_loader: - config_file: './consul_keys.yml' - url: - address: consul - port: 8500 - type: bridge - health_check: - address: <%= application_name %> - port: 8090 - path: /v1/health + consul_loader: + config_file: './consul_keys.yml' + url: + address: consul + port: 8500 type: bridge + health_check: + address: <%= application_name %> + port: 8090 + path: /v1/health + type: bridge