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

commenting the frontend dependencies installation
This commit is contained in:
2025-10-22 17:10:24 +03:00
parent a51a81ce7c
commit 6d6e935b52

View File

@@ -69,8 +69,8 @@ jobs:
echo "⚡ Frontend changes detected." echo "⚡ Frontend changes detected."
cd sgeUpdated/sge-frontend cd sgeUpdated/sge-frontend
echo "Running npm build..." echo "Running npm build..."
npm install # npm install
npm run build # npm run build
cd ../.. cd ../..
echo "Rebuilding frontend Docker container..." echo "Rebuilding frontend Docker container..."
docker compose up -d --build bgreen-frontend docker compose up -d --build bgreen-frontend