]> Untitled Git - lemmy.git/commitdiff
needs apt-get then
authorFelix Ableitner <me@nutomic.com>
Thu, 10 Dec 2020 19:00:27 +0000 (20:00 +0100)
committerFelix Ableitner <me@nutomic.com>
Thu, 10 Dec 2020 19:00:27 +0000 (20:00 +0100)
.drone.yml

index f69c6beb65a5d1308b20f93c1eafc875c7c56dc7..6dcb5c931de0b91077cf8af211a34bf984a29999 100644 (file)
@@ -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