projects
/
lemmy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
580e397
)
needs apt-get then
author
Felix Ableitner
<me@nutomic.com>
Thu, 10 Dec 2020 19:00:27 +0000
(20:00 +0100)
committer
Felix Ableitner
<me@nutomic.com>
Thu, 10 Dec 2020 19:00:27 +0000
(20:00 +0100)
.drone.yml
patch
|
blob
|
history
diff --git
a/.drone.yml
b/.drone.yml
index f69c6beb65a5d1308b20f93c1eafc875c7c56dc7..6dcb5c931de0b91077cf8af211a34bf984a29999 100644
(file)
--- a/
.drone.yml
+++ b/
.drone.yml
@@
-80,7
+80,8
@@
steps:
image: node:15-buster-slim
user: root
commands:
- - apk add bash curl
+ - apt-get update
+ - apt-get -y install --no-install-recommends bash curl
- cd api_tests/
- sh prepare-drone-federation-test.sh
- yarn