Refactor Components #29

Merged
an.di merged 12 commits from adilallo/maintenance/RefactorComponents into main 2026-01-30 03:59:41 +00:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit 5b77ed1c12 - Show all commits
+2
View File
@@ -0,0 +1,2 @@
time="2026-01-29T20:06:23-07:00" level=info msg="Starting runner daemon"
time="2026-01-29T20:06:23-07:00" level=info msg="runner: community-rule-runner-mac, with version: v0.2.6, with labels: [self-hosted macos-latest], declare successfully"
+2 -2
View File
@@ -21,8 +21,8 @@ if pgrep -f "act_runner daemon" > /dev/null; then
exit 1 exit 1
fi fi
# Start the runner in the background with proper PATH # Start the runner in the background with proper PATH and log redirection
PATH="/usr/local/bin:/opt/homebrew/bin:/usr/bin:/bin:$PATH" ./act_runner daemon --config config/gitea-runner.yaml & PATH="/usr/local/bin:/opt/homebrew/bin:/usr/bin:/bin:$PATH" ./act_runner daemon --config config/gitea-runner.yaml > runner.log 2>&1 &
RUNNER_PID=$! RUNNER_PID=$!
# Save PID to file for easy stopping # Save PID to file for easy stopping