Adjust runner script
CI Pipeline / test (pull_request) Has been cancelled
CI Pipeline / e2e (chromium) (pull_request) Has been cancelled
CI Pipeline / e2e (firefox) (pull_request) Has been cancelled
CI Pipeline / e2e (webkit) (pull_request) Has been cancelled
CI Pipeline / visual-regression (pull_request) Has been cancelled
CI Pipeline / performance (pull_request) Has been cancelled
CI Pipeline / lint (pull_request) Has been cancelled
CI Pipeline / build (pull_request) Has been cancelled

This commit is contained in:
adilallo
2026-01-29 20:08:29 -07:00
parent 44c0a53c0b
commit 5b77ed1c12
2 changed files with 4 additions and 2 deletions
+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