Skip to content

Commit 55770bc

Browse files
committed
revert changes
Signed-off-by: Michal Vavrinec <[email protected]>
1 parent 2a50608 commit 55770bc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

hack/build-manifests.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,7 @@ source hack/cri-bin.sh
3737
TOOLS=${PROJECT_ROOT}/_out
3838

3939
# update image digests
40-
if [[ $1 != "skip-images-update" ]];
41-
then
42-
"${PROJECT_ROOT}"/automation/digester/update_images.sh
43-
fi
40+
"${PROJECT_ROOT}"/automation/digester/update_images.sh
4441
source "${PROJECT_ROOT}"/deploy/images.env
4542

4643
HCO_OPERATOR_IMAGE=${HCO_OPERATOR_IMAGE:-quay.io/kubevirt/hyperconverged-cluster-operator:${CSV_VERSION}-unstable}

0 commit comments

Comments
 (0)