Update sgeupdated pipeline v21+++++++

Commented the backend section
This commit is contained in:
2025-10-22 17:53:16 +03:00
parent 4d1a82fe92
commit 445f9256a1

View File

@@ -51,6 +51,7 @@ jobs:
FRONTEND_CHANGED=true
fi
: <<'COMMENT'
# Backend section
if [ "$BACKEND_CHANGED" = true ]; then
echo "⚡ Backend changes detected."
@@ -63,6 +64,7 @@ jobs:
else
echo "✅ No backend changes."
fi
COMMENT
# Frontend section
if [ "$FRONTEND_CHANGED" = true ]; then