Update sgeupdated pipeline v7
All checks were successful
sgeUpdated Smoke Test / smoke-test (push) Successful in 6s
sgeUpdated CI/CD / deploy (push) Successful in 21s

This commit is contained in:
2025-08-29 19:35:49 +03:00
parent 32b9533a33
commit 6f445f205a

View File

@@ -34,7 +34,7 @@ jobs:
# --- Backend ---
if echo "${CHANGED_FILES}" | grep -q "sge-backend"; then
echo "Backend changes detected..."
cd sgeUpdated-backend
cd sge-backend
mvn clean install
cd ..
docker compose build --no-cache backend
@@ -44,7 +44,7 @@ jobs:
# --- Frontend ---
if echo "${CHANGED_FILES}" | grep -q "sge-frontend"; then
echo "Frontend changes detected..."
cd sgeUpdated-frontend
cd sge-frontend
if echo "${CHANGED_FILES}" | grep -q "sgeUpdated-frontend/package.json"; then
echo "package.json changed → installing dependencies"
npm install