Skip to content

Commit 9db0b7a

Browse files
committed
fix: broken release pipeline
Signed-off-by: Hector Fernandez <hector@chainguard.dev>
1 parent 28aff17 commit 9db0b7a

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
bin*
2828
dist/
2929
policyControllerImagerefs
30-
policyImagerefs
3130

3231
**verify-experimental*
3332

release/ko-sign-release-images.sh

-6
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,5 @@ if [[ ! -f policyControllerImagerefs ]]; then
2626
exit 1
2727
fi
2828

29-
if [[ ! -f policyImagerefs ]]; then
30-
echo "policyImagerefs not found"
31-
exit 1
32-
fi
33-
3429
echo "Signing images with Keyless..."
3530
cosign sign --yes -a GIT_HASH="$GIT_HASH" -a GIT_VERSION="$GIT_VERSION" $(cat policyControllerImagerefs)
36-
cosign sign --yes -a GIT_HASH="$GIT_HASH" -a GIT_VERSION="$GIT_VERSION" $(cat policyImagerefs)

0 commit comments

Comments
 (0)