Add prepend mod to runner_instructions.rb
What does this MR do and why?
Related JH MR: https://jihulab.com/gitlab-cn/gitlab/-/merge_requests/1652
Due to JH users in downloaded from https://gitlab-runner-downloads.s3.amazonaws.com
runner install packages always fail, So we decided to sync these runner install packages to Tencent cloud and let users download runner install packages from Tencent cloud address, so we need to override lib/gitlab/ci/ runner_instruction.rb
, So I added the prepend mod to this file.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.