projects
/
lemmy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94d6ceb
)
use apk
author
Felix Ableitner
<me@nutomic.com>
Thu, 10 Dec 2020 17:31:28 +0000
(18:31 +0100)
committer
Felix Ableitner
<me@nutomic.com>
Thu, 10 Dec 2020 17:31:28 +0000
(18:31 +0100)
.drone.yml
patch
|
blob
|
history
diff --git
a/.drone.yml
b/.drone.yml
index 763de02ca1e6c4d5154e30e762e94d380c3a92c6..35f83d28aa5062ceaae7a7b968b8172f2df3dddf 100644
(file)
--- a/
.drone.yml
+++ b/
.drone.yml
@@
-83,8
+83,7
@@
steps:
- name: run federation tests
image: node:15-alpine3.12
commands:
- - apt-get update
- - apt-get -y install --no-install-recommends bash curl
+ - apk add bash curl
- cd api_tests/
- sh prepare-drone-federation-test.sh
- yarn