mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-15 00:43:59 +00:00
use apk
This commit is contained in:
parent
94d6ceb4df
commit
f8a196faaf
1 changed files with 1 additions and 2 deletions
|
@ -83,8 +83,7 @@ steps:
|
||||||
- name: run federation tests
|
- name: run federation tests
|
||||||
image: node:15-alpine3.12
|
image: node:15-alpine3.12
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apk add bash curl
|
||||||
- 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