Skip to content

Commit

Permalink
Checkton fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
midnightercz committed Nov 28, 2024
1 parent 685ebee commit 6233653
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
test "$CALLS" = "$EXPECTED"
# call records need to be sorted as concurrentLimit is set to 2
CALLS=$(cat "$(workspaces.data.path)/mock_cosign_sign_calls" | sort)
CALLS=$(sort "$(workspaces.data.path)/mock_cosign_sign_calls")
COSIGN_COMMON="-t 3m0s sign --tlog-upload=false --key aws://arn:mykey --sign-container-identity"
EXPECTED=$(cat <<EOF
$COSIGN_COMMON ${_TEST_PUB_REPO2}:t1 ${_TEST_REPO}@sha256:2222
Expand Down

0 comments on commit 6233653

Please sign in to comment.