From b1025341369f57b04e20996db7b0bd47a4175efe Mon Sep 17 00:00:00 2001 From: Ana Gelez Date: Mon, 10 Aug 2020 13:03:33 +0200 Subject: [PATCH] Set DATABASE_URL in integration tests --- .drone.jsonnet | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.jsonnet b/.drone.jsonnet index 1c072a87..fc636f88 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -151,6 +151,7 @@ local Integration(db) = { image: plumeEnv, environment: { BROWSER: "firefox", + DATABASE_URL: if db == "postgres" then "postgres://plume@start-db/plume" else "plume.db", }, commands: [ // Install the front-end