Update .woodpecker.yml
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
2026-01-16 20:28:47 +00:00
parent 3b6f88e752
commit 8a9bed3228

View File

@@ -297,6 +297,10 @@ steps:
exit 0
fi
# Debug: pokaż co jest w linux-apps
echo "=== DEBUG: Zawartość ./linux-apps/ ==="
ls -la ./linux-apps/
# Sprawdź czy są jakieś foldery w linux-apps
if [ -z "$(find ./linux-apps -mindepth 1 -maxdepth 1 -type d)" ]; then
echo "Brak aplikacji LinuxLocal do wdrożenia"