projects
/
lemmy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7af4a60
)
check rust version
author
Felix Ableitner
<me@nutomic.com>
Thu, 10 Dec 2020 19:27:06 +0000
(20:27 +0100)
committer
Felix Ableitner
<me@nutomic.com>
Thu, 10 Dec 2020 19:27:06 +0000
(20:27 +0100)
.drone.yml
patch
|
blob
|
history
diff --git
a/.drone.yml
b/.drone.yml
index 7350b1196d5756ac2a6b5cc864e1124f41aa0d2c..575c80ee84d4aa0a510aa8893bbee0793408ba3d 100644
(file)
--- a/
.drone.yml
+++ b/
.drone.yml
@@
-58,6
+58,7
@@
steps:
- name: dieselcli
path: /dieselcli
commands:
+ - cargo --version
- apt-get update
- apt-get -y install --no-install-recommends espeak postgresql-client
- /dieselcli/diesel migration run
@@
-76,7
+77,6
@@
steps:
commands:
- cargo build
- # TODO: lemmy config is missing
- name: run federation tests
image: node:15-buster-slim
user: root