Skip to content

Commit

Permalink
Fixing testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
gm3dmo committed Feb 1, 2025
1 parent c4b8d27 commit 285e262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-testcase-large-binary-jar
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ size = \(.content.size)
content_sha = \(.content.sha)
commit_sha = \(.commit.sha)"' tmp/create-commit-jarfile-output.json

content_sha=$(jq -r '.content.sha' n.json)
content_sha=$(jq -r '.content.sha' tmp/create-commit-jarfile-output.json)

./clone-default-repo.sh 2>/dev/null

Expand Down

0 comments on commit 285e262

Please sign in to comment.