Ignore shellcheck SC2012 use find instead of ls 19/62819/3
authorThanh Ha <zxiiro@gmail.com>
Thu, 16 Jan 2020 00:18:18 +0000 (19:18 -0500)
committerAnil Belur <abelur@linuxfoundation.org>
Thu, 16 Jan 2020 02:56:57 +0000 (02:56 +0000)
commit29db2fd816d8fe8310e208e70ce203be03c53980
tree28fa4f5e47e0962352b04b05c83a5d69d5cab115
parent55afab878df8cfead43ac4b19e5958ee52737627
Ignore shellcheck SC2012 use find instead of ls

It's reasonable to ignore this here as we're just piping ls to wc
to get a file count. The list of filenames is not being parsed in
anyway in this case.

SC2012: Use find instead of ls to better handle non-alphanumeric
        filenames.

Signed-off-by: Thanh Ha <zxiiro@gmail.com>
Change-Id: I0687b24816c2b4920893162297cd318f813d7109
shell/release-job.sh