Corrected retrieval of NanoLimbo release file (#3662)

This commit is contained in:
Geoff Bourne
2025-09-19 16:49:24 -05:00
committed by GitHub
parent 81cbc72ae9
commit cabeb9c695
4 changed files with 150 additions and 6 deletions

View File

@@ -1,2 +0,0 @@
# Disable for now...will be fixed in next PR
exit 1

View File

@@ -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"

View File

@@ -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