mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-30 01:51:09 +02:00
Merge pull request #2528 from flatcar/chewi/shim-review-nobble
prod_image_util.sh: Temporarily nobble removing unsigned kernel and GRUB
This commit is contained in:
commit
34db26ead3
@ -182,6 +182,8 @@ EOF
|
||||
|
||||
# Official builds will sign and upload these files later, so remove them to
|
||||
# prevent them from being uploaded now.
|
||||
# TODO: Un-nobble this later when we have passed the shim review.
|
||||
false && \
|
||||
if [[ ${COREOS_OFFICIAL:-0} -eq 1 ]]; then
|
||||
rm -v \
|
||||
"${BUILD_DIR}/${image_kernel}" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user