Correct bin path for EPAS.

This commit is contained in:
Dave Page 2023-07-13 15:58:37 +01:00
parent 4676961fc4
commit 038ab5eb90

View File

@ -123,8 +123,8 @@ jobs:
"tablespace_path": "/var/lib/edb-as/tablespaces/${{ matrix.pgver }}",
"enabled": true,
"default_binary_paths": {
"pg": "/usr/lib/edb-as/${{ matrix.pgver }}/bin",
"ppas": ""
"pg": "",
"ppas": "/usr/lib/edb-as/${{ matrix.pgver }}/bin"
}
}
],