Skip to content

Commit

Permalink
Debug.
Browse files Browse the repository at this point in the history
Signed-off-by: Ville Aikas <vaikas@chainguard.dev>
  • Loading branch information
vaikas committed Sep 25, 2022
1 parent ec2e7d1 commit 24e3f49
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/fulcio-rekor-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,15 @@ jobs:
PWD=$(pwd)
ROOT=${PWD}/repository/1.root.json
REPOSITORY=${PWD}/repository
./cosign initialize --root ${ROOT} --mirror ${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 file://${REPOSITORY}
./cosign verify --rekor-url ${{ env.REKOR_URL }} --allow-insecure-registry ${{ env.demoimage }}
- name: Collect diagnostics
Expand Down

0 comments on commit 24e3f49

Please sign in to comment.