Correct bin path for EPAS.
parent
4676961fc4
commit
038ab5eb90
|
@ -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"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue