Sort bindep properly in gates.

Bindep sorting is in gates will return a different, less natural
sorting, than what humans would naturally do.

This changes the behavior of the sort to take the -f argument,
which would mean a case-insensitive (and more natural) sort.

Change-Id: If680e0df83250f45a6a087912c0bcf38288ce4c7
This commit is contained in:
Jean-Philippe Evrard 2018-08-02 16:40:24 +02:00
parent 0dfac8a307
commit 4403a89e5a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
- include_vars: vars.yaml
- name: Ensure dep files are sorted
command: "sort --check {{ loci_src_dir }}/{{ item }}"
command: "sort --check -f {{ loci_src_dir }}/{{ item }}"
loop:
- "bindep.txt"
- "pydep.txt"