mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-12 15:34:00 +00:00
needs apt-get then
This commit is contained in:
parent
580e397525
commit
861e38d157
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue