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 1,983
    • Issues 1,983
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 216
    • Merge Requests 216
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GitLab.org
  • gitlab-runnergitlab-runner
  • Merge Requests
  • !1383

Merged
Opened May 29, 2019 by Kamil Trzciński@ayufanMaintainer0 of 3 tasks completed0/3 tasks

Make git init to be quiet

  • Overview 7
  • Commits 2
  • Pipelines 4
  • Changes 1

What does this MR do?

Related to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28642.

Currently, Runner does generate a \section_begin with:

[0Ksection_start:1558614792:get_sources
[0KReinitialized existing Git repository in /builds/gitlab-org/gitlab-ce/.git/
[32;1mFetching changes with git depth set to 20...[0;m

This makes the information in section to first start with Fetching changes, and move Init/Reinit after that.

[0Ksection_start:1558614792:get_sources
[32;1mFetching changes with git depth set to 20...[0;m
[0KReinitialized existing Git repository in /builds/gitlab-org/gitlab-ce/.git/

Why was this MR needed?

Make build log nicer.

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Edited May 30, 2019 by Kamil Trzciński
Assignee
Assign to
Reviewer
Request review from
12.0
Milestone
12.0 (Past due)
Assign milestone
Time tracking
Reference: gitlab-org/gitlab-runner!1383
Source branch: make-git-init-to-be-quiet

Revert this merge request

This will create a new commit in order to revert the existing changes.

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.