We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561f296 commit 60c5697Copy full SHA for 60c5697
acceptance/bundle/artifacts/whl_explicit/script
@@ -3,7 +3,7 @@ trace $CLI bundle deploy
3
trace find.py --expect 1 whl
4
5
title "Expecting 1 wheel in libraries section in /jobs/create"
6
-trace jq -s '.[] | select(.path=="/api/2.1/jobs/create") | .body.tasks' out.requests.txt
+trace jq 'select(.path=="/api/2.1/jobs/create") | .body.tasks' out.requests.txt
7
8
title "Expecting 1 wheel to be uploaded"
9
trace jq .path < out.requests.txt | grep import | grep whl | sort
0 commit comments