tests: patchwork: Use the default PostgreSQL.
* gnu/tests/web.scm (patchwork-os)[services]: Change from POSTGRESQL-10 to POSTGRESQL.master
parent
404f695385
commit
757a2eb970
|
@ -577,7 +577,7 @@ HTTP-PORT."
|
|||
(listen '("8080"))))))
|
||||
(service postgresql-service-type
|
||||
(postgresql-configuration
|
||||
(postgresql postgresql-10)))
|
||||
(postgresql postgresql)))
|
||||
(service patchwork-service-type
|
||||
(patchwork-configuration
|
||||
(patchwork patchwork)
|
||||
|
|
Reference in New Issue