fixup(ci): Fix duplication of package names in

`built_${repo}_packages.txt`

Caused by 56dbb9cf80
This commit is contained in:
Yaksh Bariya 2022-04-21 16:04:16 +05:30
parent 69113709ac
commit d366fcab14
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ jobs:
done
fi
for repo in $(jq --raw-output '.[]' repo.json); do
for repo in $(jq --raw-output '.[].name' repo.json); do
# Fix so that lists do not contain duplicates
if [ -f ./built_${repo}_packages.txt ]; then
uniq ./built_${repo}_packages.txt > ./built_${repo}_packages.txt.tmp