Skip to content

Commit

Permalink
try to fix e2e KMS test
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <[email protected]>
  • Loading branch information
imjasonh committed Jul 8, 2023
1 parent 5b19446 commit f24c952
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e_test_secrets_kms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@

set -ex

go build -o cosign ./cmd/cosign
cd ./cmd/cosign
go build
tmp=$(mktemp -d -t cosign-e2e-secrets.XXXXXX)
cp cosign $tmp/

Expand Down

0 comments on commit f24c952

Please sign in to comment.