Skip to content

Remove duplicate "Registering runner..." log message - #4

Merged
parkr merged 2 commits into
parkr-changesfrom
copilot/sub-pr-1-again
Jan 7, 2026
Merged

Remove duplicate "Registering runner..." log message#4
parkr merged 2 commits into
parkr-changesfrom
copilot/sub-pr-1-again

Conversation

CopilotAI commented Jan 7, 2026

Copy link
Copy Markdown

The entrypoint script was printing "Registering runner..." twice during startup - once before token acquisition (line 34) and again before executing config.sh (line 57).

Changes

  • Removed duplicate echo statement on line 57, keeping only the initial message that appears before the registration process begins

This produces cleaner log output with a single "Registering runner..." message at the start of the registration flow.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: parkr <237985+parkr@users.noreply.github.com>
CopilotAI changed the title [WIP] Fix issues based on feedback from review on PR #1Remove duplicate "Registering runner..." log messageJan 7, 2026
CopilotAI requested a review from parkrJanuary 7, 2026 07:18
@parkr
parkr marked this pull request as ready for review January 7, 2026 07:29
@parkr
parkr merged commit 7000db2 into parkr-changesJan 7, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@parkr