From: Felix Ableitner Date: Thu, 10 Dec 2020 19:00:27 +0000 (+0100) Subject: needs apt-get then X-Git-Url: http://these/git/?a=commitdiff_plain;h=861e38d15733fb1b644ebce8543f8583569ec6cc;p=lemmy.git needs apt-get then --- diff --git a/.drone.yml b/.drone.yml index f69c6beb..6dcb5c93 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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