fix: point watch script to agentbox-test repo
CI / test-and-package (push) Successful in 22s

This commit is contained in:
agentbox
2026-07-31 22:39:20 +00:00
parent 465eb69824
commit e45c5c849c
+2 -2
View File
@@ -17,8 +17,8 @@ if [ -z "${GITEA_PASSWORD:-}" ]; then
fi
# Configure the remote with credentials for non-interactive pulls
REMOTE_BASE="https://gitea.ct.cozytren.ch/romane/agentbox"
REMOTE_AUTH="https://agentbox:${GITEA_PASSWORD}@gitea.ct.cozytren.ch/romane/agentbox"
REMOTE_BASE="https://gitea.ct.cozytren.ch/romane/agentbox-test"
REMOTE_AUTH="https://agentbox:${GITEA_PASSWORD}@gitea.ct.cozytren.ch/romane/agentbox-test"
git remote set-url origin "$REMOTE_AUTH"
LAST_HASH=""