mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
needs apt-get then
This commit is contained in:
parent
580e397525
commit
861e38d157
@ -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 New Issue
Block a user