From 7e64571ae36551b3ccc4ac53a3daf481a5c54bae Mon Sep 17 00:00:00 2001 From: continuist Date: Sun, 29 Jun 2025 17:26:18 -0400 Subject: [PATCH] Removed wrong command --- CI_CD_PIPELINE_SETUP_GUIDE.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CI_CD_PIPELINE_SETUP_GUIDE.md b/CI_CD_PIPELINE_SETUP_GUIDE.md index 6b8a366..b035dc3 100644 --- a/CI_CD_PIPELINE_SETUP_GUIDE.md +++ b/CI_CD_PIPELINE_SETUP_GUIDE.md @@ -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**: