]> Untitled Git - lemmy.git/commitdiff
dont use alpine for federation test
authorFelix Ableitner <me@nutomic.com>
Thu, 10 Dec 2020 18:50:41 +0000 (19:50 +0100)
committerFelix Ableitner <me@nutomic.com>
Thu, 10 Dec 2020 18:50:41 +0000 (19:50 +0100)
.drone.yml
api_tests/prepare-drone-federation-test.sh

index 691440ace6db377d2b7d2681cb2b9a82795613f7..f69c6beb65a5d1308b20f93c1eafc875c7c56dc7 100644 (file)
@@ -77,7 +77,7 @@ steps:
       - cargo build
 
   - name: run federation tests
-    image: node:15-alpine3.12
+    image: node:15-buster-slim
     user: root
     commands:
       - apk add bash curl
index a59ad4e0f14942a91cce2073fb47bede74193cd3..297503b95bc9c9d22e83085ca17ad83e3a470945 100755 (executable)
@@ -18,6 +18,7 @@ ls -la ../target/
 ls -la ../target/debug/
 ls -la ../target/debug/lemmy_server
 
+# TODO: i suppose this doesnt run because of libc or some deps missing
 echo "start alpha"
 LEMMY_HOSTNAME=lemmy-alpha:8541 \
   LEMMY_PORT=8541 \