From 072e32da301ae8cacbab2324c508886774a734b1 Mon Sep 17 00:00:00 2001 From: Ana Gelez Date: Mon, 10 Aug 2020 12:57:17 +0200 Subject: [PATCH] Try something to make integration-sqlite run --- .drone.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 7954ce52..1c072a87 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -55,7 +55,7 @@ local startDb(db) = if db == "postgres" then { POSTGRES_DB: "plume", POSTGRES_HOST_AUTH_METHOD: "trust", } -}; +} else {}; // A utility function to generate a new pipeline local basePipeline(name, steps) = {