fixup(ci): Fix duplication of package names in
`built_${repo}_packages.txt` Caused by 56dbb9cf8037eebbe1c65a28fc78b5c47925221c
This commit is contained in:
parent
69113709ac
commit
d366fcab14
2
.github/workflows/packages.yml
vendored
2
.github/workflows/packages.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user