Removed wrong command
This commit is contained in:
parent
5c667a10f5
commit
7e64571ae3
1 changed files with 0 additions and 8 deletions
|
@ -1090,9 +1090,6 @@ sudo systemctl status forgejo-runner.service
|
|||
# Check runner logs
|
||||
sudo journalctl -u forgejo-runner.service -f --no-pager
|
||||
|
||||
# Test runner connectivity (in a separate terminal)
|
||||
forgejo-runner list
|
||||
|
||||
# Verify runner appears in Forgejo
|
||||
# Go to your Forgejo repository → Settings → Actions → Runners
|
||||
# You should see your runner listed as "ci-cd-runner" with status "Online"
|
||||
|
@ -1100,7 +1097,6 @@ forgejo-runner list
|
|||
|
||||
**Expected Output**:
|
||||
- `systemctl status` should show "active (running)"
|
||||
- `forgejo-runner list` should show your runner
|
||||
- Forgejo web interface should show the runner as online
|
||||
|
||||
**If something goes wrong**:
|
||||
|
@ -1629,9 +1625,6 @@ sudo systemctl status forgejo-runner.service
|
|||
# Check runner logs
|
||||
sudo journalctl -u forgejo-runner.service -f --no-pager
|
||||
|
||||
# Test runner connectivity (in a separate terminal)
|
||||
forgejo-runner list
|
||||
|
||||
# Verify runner appears in Forgejo
|
||||
# Go to your Forgejo repository → Settings → Actions → Runners
|
||||
# You should see your runner listed as "ci-cd-runner" with status "Online"
|
||||
|
@ -1639,7 +1632,6 @@ forgejo-runner list
|
|||
|
||||
**Expected Output**:
|
||||
- `systemctl status` should show "active (running)"
|
||||
- `forgejo-runner list` should show your runner
|
||||
- Forgejo web interface should show the runner as online
|
||||
|
||||
**If something goes wrong**:
|
||||
|
|
Loading…
Add table
Reference in a new issue