mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-27 03:41:02 +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
|
image: node:15-buster-slim
|
||||||
user: root
|
user: root
|
||||||
commands:
|
commands:
|
||||||
- apk add bash curl
|
- apt-get update
|
||||||
|
- apt-get -y install --no-install-recommends bash curl
|
||||||
- cd api_tests/
|
- cd api_tests/
|
||||||
- sh prepare-drone-federation-test.sh
|
- sh prepare-drone-federation-test.sh
|
||||||
- yarn
|
- yarn
|
||||||
|
|
Loading…
Reference in a new issue