Update sgeupdated pipeline v21++++++++
Some checks failed
sgeUpdated CI/CD / deploy (push) Failing after 21s

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 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."
cd sgeUpdated/sge-backend #cd sgeUpdated/sge-backend
echo "Running Maven build..." #echo "Running Maven build..."
/opt/apache-maven-3.9.11/bin/mvn clean install -DskipTests #/opt/apache-maven-3.9.11/bin/mvn clean install -DskipTests
cd ../.. # cd ../..
echo "Rebuilding backend Docker container..." #echo "Rebuilding backend Docker container..."
docker compose up -d --build bgreen-backend #docker compose up -d --build bgreen-backend
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