Skip to content

Commit 60c5697

Browse files
committed
clean up
1 parent 561f296 commit 60c5697

File tree

1 file changed

+1
-1
lines changed
  • acceptance/bundle/artifacts/whl_explicit

1 file changed

+1
-1
lines changed

acceptance/bundle/artifacts/whl_explicit/script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ trace $CLI bundle deploy
33
trace find.py --expect 1 whl
44

55
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
6+
trace jq 'select(.path=="/api/2.1/jobs/create") | .body.tasks' out.requests.txt
77

88
title "Expecting 1 wheel to be uploaded"
99
trace jq .path < out.requests.txt | grep import | grep whl | sort

0 commit comments

Comments
 (0)