Update .woodpecker.yml
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user