Skip to content

Sort tags in a pre git 2.0 compatible way

Alain Miniussi requested to merge aminiussi/gitlab-runner:make-sort into master

What does this MR do?

Replace a git option only available > 2.0 with a call to sort.

Why was this MR needed?

A such, the make fails (or at least IS_LATEST is not set properly.

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

Only one line was changed.

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Tests
    • Added for this feature/bug
    • All builds are passing
  • Branch has no merge conflicts with master (if you do - rebase it please)

What are the relevant issue numbers?

Merge request reports