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