]> Untitled Git - lemmy.git/commitdiff
Trying again.
authorDessalines <tyhou13@gmx.com>
Thu, 17 Dec 2020 21:02:35 +0000 (16:02 -0500)
committerDessalines <tyhou13@gmx.com>
Thu, 17 Dec 2020 21:02:35 +0000 (16:02 -0500)
.drone.yml

index 72648722bb840ef7b84160313fd8300d107480f5..5e3ed48e02d390120d5bb15f6fc1582671412c9f 100644 (file)
@@ -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