Skip to content

Remove deprecated clone/fetch command

What does this MR do?

Remove deprecated clone/fetch command

Why was this MR needed?

GitLab Runner now requires Refspec information in the job response to clone the project which is sent from a GitLab instance that is running version %11.9+. If Refspec is not present a fallback to the deprecated commands was done.

Since we are the the %12.0 development cycle we can do breaking changes.

Are there points in the code the reviewer needs to double check?

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?

Closes #4069 (closed)

Merge request reports