projects
/
lemmy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
964332d
)
add sudo
author
Felix Ableitner
<me@nutomic.com>
Thu, 10 Dec 2020 20:03:32 +0000
(21:03 +0100)
committer
Felix Ableitner
<me@nutomic.com>
Thu, 10 Dec 2020 20:03:32 +0000
(21:03 +0100)
.drone.yml
patch
|
blob
|
history
diff --git
a/.drone.yml
b/.drone.yml
index 6ad7068776cc96109c7052eeeb88b9af62114cc3..74306db13ce092c6db296d3318b5e40ab92529f0 100644
(file)
--- a/
.drone.yml
+++ b/
.drone.yml
@@
-46,8
+46,8
@@
steps:
- name: dieselcli
path: /dieselcli
commands:
- - apt-get update
- - apt-get -y install --no-install-recommends espeak postgresql-client
+ -
sudo
apt-get update
+ -
sudo
apt-get -y install --no-install-recommends espeak postgresql-client
- /dieselcli/diesel migration run
- cargo test --workspace --no-fail-fast