* Fixed wrong exit instruction
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed

This commit is contained in:
2026-01-20 12:42:33 +01:00
parent cd194c9eba
commit 5e4407fed0

View File

@@ -44,7 +44,7 @@ steps:
if [ ! -s changed-projects.txt ]; then
echo "Brak zmienionych projektow pipeline zakonczony."
# exit 0 = sukces, wiec kolejne kroki, ktore od niego zaleza, nie poleca
exit 0
return 0
fi
cat changed-projects.txt