mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-17 07:03:57 +00:00
Corrected retrieval of NanoLimbo release file (#3662)
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
# Disable for now...will be fixed in next PR
|
||||
exit 1
|
||||
@@ -1 +1,2 @@
|
||||
mc-image-helper assert fileExists "/data/NanoLimbo-*.jar"
|
||||
mc-image-helper assert fileExists "/data/NanoLimbo*.jar"
|
||||
mc-image-helper assert fileExists "/data/settings.yml"
|
||||
|
||||
@@ -71,7 +71,7 @@ image=""
|
||||
|
||||
# Go through each folder in setuponly and test setups
|
||||
if (( $# == 0 )); then
|
||||
readarray -t folders < <(find . -maxdepth 2 -mindepth 2 -name docker-compose.yml -printf '%h\n')
|
||||
readarray -t folders < <(find . -maxdepth 2 -mindepth 2 -name docker-compose.yml -exec dirname "{}" \;)
|
||||
foldersList=("${folders[@]}")
|
||||
image=" using $IMAGE_TO_TEST"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user