Skip to content

GitLab Next

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gitlab-runner
gitlab-runner
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 2,046
    • Issues 2,046
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 204
    • Merge Requests 204
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.org
  • gitlab-runnergitlab-runner
  • Issues
  • #2811

Closed
Open
Opened Oct 03, 2017 by Daniel Buteau@dbuteau🤘🏻

gitlab-runner register --non-interactive doesn't care of --config args

Hello,

On gitlab-runner 9.5.0 i tried the command :

gitlab-runner register --non-interactive --url <https://my-personnal-host> --registration-token <my_registration_token> --executor docker --docker-image <myPersonnalRegistry> --name Test_test --docker-pull-policy always --locked False --run-untagged False --docker-privileged false --token 23f574bd4ae734bc04c1f143db9962 --limit 0 --tag-list test --config /tmp/runner-2b546663-94b4-4a0e-a305-b311962925ac.tmp

But it still write to the /etc/gitlab-runner/config.toml The file /tmp/runner-2b546663-94b4-4a0e-a305-b311962925ac.tmp was not created

As this option figure in gitlab-runner register --help i was thinking than the command should write in the file mentionned in this argument

Edited Oct 04, 2017 by Daniel Buteau
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: gitlab-org/gitlab-runner#2811