Allow comments in dep files
Change-Id: I2d4c65268cec70c1d03ed1556c5ab5dbab94c398
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
- include_vars: vars.yaml
|
- include_vars: vars.yaml
|
||||||
|
|
||||||
- name: Ensure dep files are sorted
|
- name: Ensure dep files are sorted
|
||||||
command: "sort --check -f {{ loci_src_dir }}/{{ item }}"
|
shell: "grep -v '^#' {{ loci_src_dir }}/{{ item }} | sort --check"
|
||||||
loop:
|
loop:
|
||||||
- "bindep.txt"
|
- "bindep.txt"
|
||||||
- "pydep.txt"
|
- "pydep.txt"
|
||||||
|
|||||||
Reference in New Issue
Block a user