]> Untitled Git - lemmy.git/commitdiff
try db connection with psql
authorFelix Ableitner <me@nutomic.com>
Thu, 10 Dec 2020 11:31:59 +0000 (12:31 +0100)
committerFelix Ableitner <me@nutomic.com>
Thu, 10 Dec 2020 11:31:59 +0000 (12:31 +0100)
.drone.yml

index b60b19c84d9a05e6c3a20dd0856cade33162cd36..a5742f0b9da77aee94d41eaca70b3b7dd3bd0a22 100644 (file)
@@ -14,10 +14,11 @@ steps:
     commands:
       - apt-get -y update
       - apt-get -y install --no-install-recommends espeak postgresql-client
-      - cargo check --all
-      - cargo clippy
-      - cargo test --workspace --no-fail-fast
-      - mdbook build docs/
+      - psql $LEMMY_DATABASE_URL
+      #- cargo check --all
+      #- cargo clippy
+      #- cargo test --workspace --no-fail-fast
+      #- mdbook build docs/
       
   - name: run federation tests
     image: docker/compose:alpine-1.27.4