From 6cc148f6a6bb0afb7c4465e4b6333757da03d04b Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 17 Dec 2020 16:02:35 -0500 Subject: [PATCH] Trying again. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 72648722..5e3ed48e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -70,7 +70,7 @@ steps: commands: - ls -la target/lemmy_server # - apk add bash curl postgresql-client - - apt-get update && apt-get install -y postgresql-9.3 postgresql-client-9.3 postgresql-contrib-9.3 + - apt-get update && apt-get install -y postgresql postgresql-contrib - bash api_tests/prepare-drone-federation-test.sh - cd api_tests/ - yarn