Skip to content

Commit

Permalink
fix: broken release pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Hector Fernandez <hector@chainguard.dev>
  • Loading branch information
hectorj2f committed Jun 20, 2023
1 parent 28aff17 commit 9db0b7a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -27,7 +27,6 @@
bin*
dist/
policyControllerImagerefs
policyImagerefs

**verify-experimental*

Expand Down
6 changes: 0 additions & 6 deletions release/ko-sign-release-images.sh
Expand Up @@ -26,11 +26,5 @@ if [[ ! -f policyControllerImagerefs ]]; then
exit 1
fi

if [[ ! -f policyImagerefs ]]; then
echo "policyImagerefs not found"
exit 1
fi

echo "Signing images with Keyless..."
cosign sign --yes -a GIT_HASH="$GIT_HASH" -a GIT_VERSION="$GIT_VERSION" $(cat policyControllerImagerefs)
cosign sign --yes -a GIT_HASH="$GIT_HASH" -a GIT_VERSION="$GIT_VERSION" $(cat policyImagerefs)

0 comments on commit 9db0b7a

Please sign in to comment.