Fix POSTGRES_DISTRIB_DIR for benchmarks on ec2 runner (#2594)

This commit is contained in:
Sergey Melnikov
2022-10-10 12:12:50 +03:00
committed by GitHub
parent 13f0e7a5b4
commit 34bea270f0

View File

@@ -46,7 +46,7 @@ jobs:
runs-on: [self-hosted, zenith-benchmarker]
env:
POSTGRES_DISTRIB_DIR: /tmp/pg_install
POSTGRES_DISTRIB_DIR: /usr/pgsql
DEFAULT_PG_VERSION: 14
steps: