From 08941cc7d5d6c7a4e81b2d3b8a90522c29ff64fc Mon Sep 17 00:00:00 2001 From: Abdulbari Date: Thu, 28 Aug 2025 19:01:37 +0300 Subject: [PATCH] Update sgeupdated pipeline --- .gitea/workflows/sgeupdated.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.gitea/workflows/sgeupdated.yml b/.gitea/workflows/sgeupdated.yml index a4fa9e0..a13b7e0 100644 --- a/.gitea/workflows/sgeupdated.yml +++ b/.gitea/workflows/sgeupdated.yml @@ -52,12 +52,3 @@ jobs: cd .. docker compose up -d --build frontend 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