chore: bump dashboard version to v1.5
Deploy Dashboard (Dev) / Run Tests (push) Has been cancelled
Deploy Dashboard (Dev) / Deploy to Dev (push) Has been cancelled
Run Tests / Frontend Tests (push) Failing after 42s
Run Tests / Backend Tests (push) Failing after 44s
Run Tests / Test Summary (push) Failing after 15s
Deploy Dashboard (Dev) / Run Tests (push) Has been cancelled
Deploy Dashboard (Dev) / Deploy to Dev (push) Has been cancelled
Run Tests / Frontend Tests (push) Failing after 42s
Run Tests / Backend Tests (push) Failing after 44s
Run Tests / Test Summary (push) Failing after 15s
Test commit to verify new CI workflow behavior: - Tests should run first - Deploy should only happen if tests pass - Health check should verify deployment
This commit is contained in:
@@ -3,7 +3,7 @@ import os
|
|||||||
|
|
||||||
from fastapi import Request
|
from fastapi import Request
|
||||||
|
|
||||||
# Dashboard v1.4 — Conversation tracker enabled
|
# Dashboard v1.5 — File downloads fixed, CI workflows improved
|
||||||
|
|
||||||
GITEA_URL = os.environ.get("GITEA_URL", "http://gitea:3000")
|
GITEA_URL = os.environ.get("GITEA_URL", "http://gitea:3000")
|
||||||
GITEA_TOKEN = os.environ.get("GITEA_TOKEN", "")
|
GITEA_TOKEN = os.environ.get("GITEA_TOKEN", "")
|
||||||
|
|||||||
Reference in New Issue
Block a user