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

index fcab3fd8f8c04b00cef0e596baa1870e002f8539..72648722bb840ef7b84160313fd8300d107480f5 100644 (file)
@@ -70,7 +70,7 @@ steps:
     commands:
       - ls -la target/lemmy_server
       # - apk add bash curl postgresql-client
-      - run 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-9.3 postgresql-client-9.3 postgresql-contrib-9.3
       - bash api_tests/prepare-drone-federation-test.sh
       - cd api_tests/
       - yarn