github.com/jfrog/jfrog-cli-go@v1.22.1-0.20200318093948-4826ef344ffd/testsdata/specs/build_download_spec.json (about) 1 { 2 "files": [ 3 { 4 "aql": { 5 "items.find": { 6 "repo": "${REPO1}", 7 "$or": [ 8 { 9 "$and": [ 10 { 11 "path": { 12 "$match": "." 13 }, 14 "name": { 15 "$match": "*" 16 } 17 } 18 ] 19 }, 20 { 21 "$and": [ 22 { 23 "path": { 24 "$match": "*" 25 }, 26 "name": { 27 "$match": "*" 28 } 29 } 30 ] 31 } 32 ] 33 } 34 }, 35 "target": "out/download/aql_by_build/", 36 "build": "cli-test-build/10" 37 } 38 ] 39 }