lib/gitlab/qa/scenario/test/integration/ssh_tunnel.rb in gitlab-qa-6.23.0 vs lib/gitlab/qa/scenario/test/integration/ssh_tunnel.rb in gitlab-qa-7.0.0
- old
+ new
@@ -20,10 +20,10 @@
tunnel_gitlab.gitlab_hostname = gitlab.hostname
tunnel_gitlab.network = 'test'
tunnel_registry.gitlab_hostname = gitlab.hostname
tunnel_registry.network = 'test'
- gitlab.omnibus_config = <<~OMNIBUS
+ gitlab.omnibus_configuration << <<~OMNIBUS
external_url '#{tunnel_gitlab.url}';
nginx['listen_port'] = 80;
nginx['listen_https'] = false;
gitlab_rails['initial_root_password'] = '#{Runtime::Env.require_initial_password!}';