mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
PostgreSQL: Validation and Installer parameters fix. (#1148)
* Removed PostgreSQL server from path.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$pgReadyPath = Join-Path $PGBIN "pg_isready.exe"
|
||||
$pgReadyPath = Join-Path ${env:PGBIN} "pg_isready.exe"
|
||||
$pgReady = Start-Process -FilePath $pgReadyPath -Wait -PassThru
|
||||
$exitCode = $pgReady.ExitCode
|
||||
|
||||
|
||||
Reference in New Issue
Block a user