projects
/
lemmy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e02d0f3
)
try db connection with psql
author
Felix Ableitner
<me@nutomic.com>
Thu, 10 Dec 2020 11:31:59 +0000
(12:31 +0100)
committer
Felix Ableitner
<me@nutomic.com>
Thu, 10 Dec 2020 11:31:59 +0000
(12:31 +0100)
.drone.yml
patch
|
blob
|
history
diff --git
a/.drone.yml
b/.drone.yml
index b60b19c84d9a05e6c3a20dd0856cade33162cd36..a5742f0b9da77aee94d41eaca70b3b7dd3bd0a22 100644
(file)
--- a/
.drone.yml
+++ b/
.drone.yml
@@
-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