Update sgeupdated pipeline

This commit is contained in:
2025-08-28 19:01:37 +03:00
parent 994e81b1fb
commit 08941cc7d5

View File

@@ -52,12 +52,3 @@ jobs:
cd .. cd ..
docker compose up -d --build frontend docker compose up -d --build frontend
fi fi
# --- AyposWeb (if ever needed) ---
if echo "${CHANGED_FILES}" | grep -q "ayposWeb"; then
echo "AyposWeb changes detected..."
cd ayposWeb
npm run build
cd ..
docker compose up -d --build aypos
fi