Welcome to mirror list, hosted at ThFree Co, Russian Federation.

removals_runner_26651.yml « 14_0 « removals « data - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a22f8dfc9ac05a53ffdb3eff140a710625543f63 (plain)
1
2
3
4
5
6
- name: "Remove `/usr/lib/gitlab-runner` symlink from package"
  removal_date: "2021-06-22"
  removal_milestone: "14.0"
  reporter: deastman
  body: |
    In GitLab Runner 13.3, a symlink was added from `/user/lib/gitlab-runner/gitlab-runner` to `/usr/bin/gitlab-runner`. In 14.0, the symlink has been removed and the runner is now installed in `/usr/bin/gitlab-runner`. Refer to [issue #26651](https://gitlab.com/gitlab-org/gitlab-runner/-/issues/26651) for details.