fix(queue-daemon): source pm-agent.env at startup to load GITEA_TOKEN #161

Closed
shoko wants to merge 2 commits from fix/issue-160-queue-daemon-gitea-token into main
Showing only changes of commit 9e9d56948f - Show all commits

View File

@@ -8,6 +8,8 @@ source "$SCRIPT_DIR/kugetsu-index.sh"
source "$SCRIPT_DIR/kugetsu-worktree.sh"
source "$SCRIPT_DIR/kugetsu-log.sh"
load_agent_env "pm-agent"
while true; do
if [ -d "$QUEUE_ITEMS_DIR" ]; then
for item in "$QUEUE_ITEMS_DIR"/*.json; do