We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33ced76 commit 80dfea8Copy full SHA for 80dfea8
build_image
@@ -177,8 +177,7 @@ if [[ "${PROD_IMAGE}" -eq 1 ]]; then
177
if [[ ${FLAGS_extract_update} -eq ${FLAGS_TRUE} ]]; then
178
extract_update "${FLATCAR_PRODUCTION_IMAGE_NAME}" "${DISK_LAYOUT}"
179
fi
180
- # TODO: Un-nobble this later when we have passed the shim review.
181
- if [[ ${FLAGS_generate_update} -eq ${FLAGS_TRUE} ]]; then # && ${COREOS_OFFICIAL:-0} -ne 1 ]]; then
+ if [[ ${FLAGS_generate_update} -eq ${FLAGS_TRUE} && ${COREOS_OFFICIAL:-0} -ne 1 ]]; then
182
generate_update "${FLATCAR_PRODUCTION_IMAGE_NAME}" "${DISK_LAYOUT}"
183
184
if [[ "${PROD_TAR}" -eq 1 ]]; then
0 commit comments