Skip to content
Snippets Groups Projects
Commit 7ec1256e authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Temporary change just to force using another instance of postgres.

parent 4c0d0b06
No related branches found
No related tags found
2 merge requests!561HF26 release changes,!516add MATERIALIZED keyword to ring-fence some CTEs (i.e. WITH blocks)
This commit is part of merge request !516. Comments created here will be created in the context of that merge request.
...@@ -88,6 +88,8 @@ def setup_env(current_runner_id, hive_sync_runner_id, infile, outfile, end, **kw ...@@ -88,6 +88,8 @@ def setup_env(current_runner_id, hive_sync_runner_id, infile, outfile, end, **kw
if key.startswith('postgres'): if key.startswith('postgres'):
if key == 'postgres_host': if key == 'postgres_host':
runner[key] = hive_sync_runner['host'] runner[key] = hive_sync_runner['host']
if key == 'postgres_port': # to be eliminated when CI will be only at psql12
runner[key] = 25432
else: else:
runner[key] = hive_sync_runner[key] runner[key] = hive_sync_runner[key]
else: else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment