Try fixing jq format in minifying index (#13)
This commit is contained in:
		
							parent
							
								
									579aba1755
								
							
						
					
					
						commit
						d7d0e73fdf
					
				
							
								
								
									
										2
									
								
								.github/scripts/create-repo.sh
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/scripts/create-repo.sh
									
									
									
									
										vendored
									
									
								
							@ -63,6 +63,6 @@ for APK in ${APKS[@]}; do
 | 
			
		||||
done | jq -sr '[.[]]' > index.json
 | 
			
		||||
 | 
			
		||||
# Alternate minified copy
 | 
			
		||||
jq -c 'map(del(.hasReadme, .hasChangelog, .sources.[]["versionId", "hasCloudflare"]))' < index.json > index.min.json
 | 
			
		||||
jq -c 'map(del(.hasReadme, .hasChangelog, .sources.[].versionId, .sources.[].hasCloudflare))' < index.json > index.min.json
 | 
			
		||||
 | 
			
		||||
cat index.json
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user