dont use alpine for federation test

This commit is contained in:
Felix Ableitner 2020-12-10 19:50:41 +01:00
parent 7717deda0e
commit 580e397525
2 changed files with 2 additions and 1 deletions

View file

@ -77,7 +77,7 @@ steps:
- cargo build - cargo build
- name: run federation tests - name: run federation tests
image: node:15-alpine3.12 image: node:15-buster-slim
user: root user: root
commands: commands:
- apk add bash curl - apk add bash curl

View file

@ -18,6 +18,7 @@ ls -la ../target/
ls -la ../target/debug/ ls -la ../target/debug/
ls -la ../target/debug/lemmy_server ls -la ../target/debug/lemmy_server
# TODO: i suppose this doesnt run because of libc or some deps missing
echo "start alpha" echo "start alpha"
LEMMY_HOSTNAME=lemmy-alpha:8541 \ LEMMY_HOSTNAME=lemmy-alpha:8541 \
LEMMY_PORT=8541 \ LEMMY_PORT=8541 \