mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 05:07:02 +00:00
PostgreSQL not Postgre SQL (#3931)
https://wiki.postgresql.org/wiki/Postgres
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
function Get-PostgreSqlVersion {
|
function Get-PostgreSqlVersion {
|
||||||
$postgreSQLVersion = psql --version | Take-OutputPart -Part 2
|
$postgreSQLVersion = psql --version | Take-OutputPart -Part 2
|
||||||
$aptSourceRepo = Get-AptSourceRepository -PackageName "postgresql"
|
$aptSourceRepo = Get-AptSourceRepository -PackageName "postgresql"
|
||||||
return "Postgre SQL $postgreSQLVersion (apt source repository: $aptSourceRepo)"
|
return "PostgreSQL $postgreSQLVersion (apt source repository: $aptSourceRepo)"
|
||||||
}
|
}
|
||||||
|
|
||||||
function Get-MongoDbVersion {
|
function Get-MongoDbVersion {
|
||||||
@@ -55,4 +55,4 @@ function Build-MSSQLToolsSection {
|
|||||||
)
|
)
|
||||||
|
|
||||||
return $output
|
return $output
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user