Avoid brittle testing of Loliserver due to download site (#1489)

This commit is contained in:
Geoff Bourne 2022-04-25 09:38:04 -05:00 committed by GitHub
parent 2e0c8901a1
commit bca7b79f77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 15 deletions

View File

@ -1,13 +0,0 @@
version: "3"
services:
mc:
restart: "no"
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
environment:
EULA: "TRUE"
SETUP_ONLY: "TRUE"
TYPE: LOLISERVER
VERSION: ${MINECRAFT_VERSION:-LATEST}
volumes:
- ./data:/data

View File

@ -1 +0,0 @@
[[ $MINECRAFT_VERSION == 1.16.5 ]] || exit 1

View File

@ -1 +0,0 @@
mc-image-helper assert fileExists "/data/LoliServer-*.jar"