From 061a6134e2928720a50a2a179cd95655e830af3d Mon Sep 17 00:00:00 2001 From: "maxime.rocher" Date: Fri, 10 Jan 2025 11:29:43 +0100 Subject: [PATCH] test drone 6 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9695a73..79af290 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,5 +29,5 @@ steps: commands: - apt-get update && apt-get install -y postgresql-client - until pg_isready -h dbWikiFantasy -U "$PGUSER"; do sleep 1; done - - psql -h dbWikiFantasy -U "$PGUSER" -d "$PGDATABASE" -f script/init.sql + - psql -h dbWikiFantasy -U "$PGUSER" -d "$PGDATABASE" -f script/init.sql