X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Frelease-job.sh;h=ccaa7824df229eaf604827585212d323634a6647;hb=29db2fd816d8fe8310e208e70ce203be03c53980;hp=55276887922ea2b15a4ec6c303c472dbca2522ad;hpb=55afab878df8cfead43ac4b19e5958ee52737627;p=releng%2Fglobal-jjb.git diff --git a/shell/release-job.sh b/shell/release-job.sh index 55276887..ccaa7824 100644 --- a/shell/release-job.sh +++ b/shell/release-job.sh @@ -384,6 +384,7 @@ pypi_release_file(){ echo "WARN: failed to download source distribution" fi echo "INFO: Checking files in $tgtdir" + # shellcheck disable=SC2012 filecount=$(ls $tgtdir | wc -l) if [[ $filecount = 0 ]] ; then echo "ERROR: no files downloaded"