🚀 Amba CI/CD Dashboard

Deployment #46

← Back to List
Repository:

AmbaPay/Amba-Admin

Branch:

production

Commit:

c2c517839078b428561ad09f943f0e267545ad6f

Status:

failed

Created At:

3/25/2026, 5:59:56 AM

Commands (7)

git stash save "local changes 2026-03-25T05:59:56.824Z"
Success Exit: 0
Output:
No local changes to save
git reset --hard HEAD
Success Exit: 0
Output:
HEAD is now at bedef2b Merge pull request 'date picker issues' (#16) from dev into production
git fetch https://***:***@gitea.yaltopia.com/AmbaPay/Amba-Admin.git production
Success Exit: 0
Error:
fatal: unable to bind to '/home/amba/.cache/git/credential/socket': Read-only file system
warning: unable to unlink '/home/amba/.cache/git/credential/socket': Read-only file system
fatal: cache daemon did not start: 
From https://gitea.yaltopia.com/AmbaPay/Amba-Admin
 * branch            production -> FETCH_HEAD
git checkout production
Success Exit: 0
Output:
Your branch is up to date with 'origin/production'.
Error:
Already on 'production'
git pull https://***:***@gitea.yaltopia.com/AmbaPay/Amba-Admin.git production
Success Exit: 0
Output:
Updating bedef2b..c2c5178
Fast-forward
 src/App.tsx                                   |   2 +
 src/components/layout/Sidebar.tsx             |   6 +
 src/pages/transactions/Reconciliation.tsx     | 342 ++++++++++++++++++++++++++
 src/pages/transactions/TransactionDetails.tsx |  39 +--
 src/pages/transactions/TransactionsList.tsx   | 100 +++++++-
 5 files changed, 465 insertions(+), 24 deletions(-)
 create mode 100644 src/pages/transactions/Reconciliation.tsx
Error:
fatal: unable to bind to '/home/amba/.cache/git/credential/socket': Read-only file system
warning: unable to unlink '/home/amba/.cache/git/credential/socket': Read-only file system
fatal: cache daemon did not start: 
From https://gitea.yaltopia.com/AmbaPay/Amba-Admin
 * branch            production -> FETCH_HEAD
npm install --include=dev
Success Exit: 0
Output:
up to date, audited 424 packages in 8s

63 packages are looking for funding
  run `npm fund` for details

8 vulnerabilities (2 moderate, 6 high)

To address all issues, run:
  npm audit fix

Run `npm audit` for details.
npm run build
Failed Exit: 2
Output:
> amba-admin@0.0.0 build
> tsc -b && vite build

src/pages/transactions/Reconciliation.tsx(16,3): error TS6133: 'Download' is declared but its value is never read.
src/pages/transactions/Reconciliation.tsx(17,3): error TS6133: 'Calendar' is declared but its value is never read.
src/pages/transactions/Reconciliation.tsx(18,3): error TS6133: 'FileText' is declared but its value is never read.