Oops, forgot to commit changes
This commit is contained in:
parent
e29f20c981
commit
0296a26089
|
@ -43,7 +43,7 @@ for APK in ${APKS[@]}; do
|
||||||
done | jq -sr '[.[]]' > index.json
|
done | jq -sr '[.[]]' > index.json
|
||||||
|
|
||||||
# Alternate minified copy
|
# Alternate minified copy
|
||||||
cat index.json | jq -scr '.' > index.min.json
|
jq -c '.' < index.json > index.min.json
|
||||||
|
|
||||||
# Alternate gzipped copy
|
# Alternate gzipped copy
|
||||||
gzip -c index.json > index.json.gz
|
gzip -c index.json > index.json.gz
|
||||||
|
|
Loading…
Reference in New Issue