mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-06-05 21:48:48 +00:00
Try something to make integration-sqlite run
This commit is contained in:
parent
5ea3e73727
commit
072e32da30
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ local startDb(db) = if db == "postgres" then {
|
||||||
POSTGRES_DB: "plume",
|
POSTGRES_DB: "plume",
|
||||||
POSTGRES_HOST_AUTH_METHOD: "trust",
|
POSTGRES_HOST_AUTH_METHOD: "trust",
|
||||||
}
|
}
|
||||||
};
|
} else {};
|
||||||
|
|
||||||
// A utility function to generate a new pipeline
|
// A utility function to generate a new pipeline
|
||||||
local basePipeline(name, steps) = {
|
local basePipeline(name, steps) = {
|
||||||
|
|
Loading…
Reference in a new issue