Allow comments in dep files

Change-Id: I2d4c65268cec70c1d03ed1556c5ab5dbab94c398
This commit is contained in:
Andrii Ostapenko 2019-11-12 11:15:48 -06:00
parent d5ff58a973
commit 8ed58b10f6

View File

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