Update sgeupdated pipeline v21++++++++

Commented the backend section
This commit is contained in:
2025-10-22 17:55:10 +03:00
parent 445f9256a1
commit 50abcab358

View File

@@ -51,20 +51,19 @@ jobs:
FRONTEND_CHANGED=true
fi
: <<'COMMENT'
# Backend section
if [ "$BACKEND_CHANGED" = true ]; then
echo "⚡ Backend changes detected."
cd sgeUpdated/sge-backend
echo "Running Maven build..."
/opt/apache-maven-3.9.11/bin/mvn clean install -DskipTests
cd ../..
echo "Rebuilding backend Docker container..."
docker compose up -d --build bgreen-backend
else
echo "✅ No backend changes."
fi
COMMENT
#if [ "$BACKEND_CHANGED" = true ]; then
#echo "⚡ Backend changes detected."
#cd sgeUpdated/sge-backend
#echo "Running Maven build..."
#/opt/apache-maven-3.9.11/bin/mvn clean install -DskipTests
# cd ../..
#echo "Rebuilding backend Docker container..."
#docker compose up -d --build bgreen-backend
#else
#echo "✅ No backend changes."
#fi
# Frontend section
if [ "$FRONTEND_CHANGED" = true ]; then