Skip to content

Commit

Permalink
fix: wrong redirected file directory
Browse files Browse the repository at this point in the history
Signed-off-by: hectorj2f <[email protected]>
  • Loading branch information
hectorj2f committed Apr 25, 2022
1 parent 3e0db84 commit 2923f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e_test_cluster_image_policy_with_attestations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,9 @@ echo '::endgroup::'
echo '::group:: test job success'
# We signed this with key and keyless and it has two keyless attestations and
# it has one key attestation, so it should succeed.
if ! kubectl create -n ${NS} job demo3 --image=${demoimage} 2> ./${KUBECTL_OUT_FILE} ; then
if ! kubectl create -n ${NS} job demo3 --image=${demoimage} 2> ${KUBECTL_SUCCESS_FILE} ; then
echo Failed to create job that has two signatures and 3 attestations
cat ${KUBECTL_OUT_FILE}
cat ${KUBECTL_SUCCESS_FILE}
exit 1
fi
echo '::endgroup::'
Expand Down

0 comments on commit 2923f3d

Please sign in to comment.