🔧 fix(ci): fix todo-backend build and remove obsolete clock app

- Fix todo-backend Dockerfile to build shared packages inline instead of
  using non-existent docker/shared/build-shared-packages.sh script
- Remove clock-backend and clock-web from all CI/CD workflows (app no
  longer exists in the monorepo)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Wuesteon 2025-12-25 19:35:41 +01:00
parent 304897261d
commit 8a6fe7ebb0
4 changed files with 7 additions and 19 deletions

View file

@ -78,8 +78,6 @@ jobs:
- { name: 'todo-web', path: 'apps/todo/apps/web', port: '5188' }
- { name: 'calendar-backend', path: 'apps/calendar/apps/backend', port: '3016' }
- { name: 'calendar-web', path: 'apps/calendar/apps/web', port: '5186' }
- { name: 'clock-backend', path: 'apps/clock/apps/backend', port: '3017' }
- { name: 'clock-web', path: 'apps/clock/apps/web', port: '5187' }
- { name: 'picture-backend', path: 'apps/picture/apps/backend', port: '3006' }
- { name: 'picture-web', path: 'apps/picture/apps/web', port: '5175' }
fail-fast: false