mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-08-19 21:53:17 +00:00
ci: adjusted pufferfish test (#1403)
This commit is contained in:
@@ -8,6 +8,7 @@ services:
|
||||
EULA: "TRUE"
|
||||
SETUP_ONLY: "TRUE"
|
||||
TYPE: PUFFERFISH
|
||||
VERSION: ${MINECRAFT_VERSION:-LATEST}
|
||||
VERSION: 1.18
|
||||
PUFFERFISH_BUILD: 50
|
||||
volumes:
|
||||
- ./data:/data
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
[[ $MINECRAFT_VERSION == LATEST ]] || exit 1
|
||||
@@ -1,3 +1 @@
|
||||
#!/bin/bash
|
||||
|
||||
mc-image-helper assert fileExists "/data/pufferfish-*"
|
||||
mc-image-helper assert fileExists "/data/pufferfish-*.jar"
|
||||
|
||||
Reference in New Issue
Block a user