Skip to content

Commit

Permalink
Debug.
Browse files Browse the repository at this point in the history
Signed-off-by: Ville Aikas <[email protected]>
  • Loading branch information
vaikas committed Sep 24, 2022
1 parent ec2e7d1 commit 3a5b55e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/fulcio-rekor-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,14 @@ jobs:
PWD=$(pwd)
ROOT=${PWD}/repository/1.root.json
REPOSITORY=${PWD}/repository
# Debug where things are landing :)
find .
echo ROOT IS ${ROOT}
echo ${ROOT}
echo REPOSITORY IS ${REPOSITORY}
echo This is what REPOSITORY looks like
find ${REPOSITORY}
./cosign version
./cosign initialize --root ${ROOT} --mirror ${REPOSITORY}
./cosign verify --rekor-url ${{ env.REKOR_URL }} --allow-insecure-registry ${{ env.demoimage }}
Expand Down

0 comments on commit 3a5b55e

Please sign in to comment.