diff --git a/hack/checkCreatedAtAnnotation.sh b/hack/checkCreatedAtAnnotation.sh index 02973b2ce..2b389b4a6 100644 --- a/hack/checkCreatedAtAnnotation.sh +++ b/hack/checkCreatedAtAnnotation.sh @@ -23,6 +23,8 @@ if [[ "$check_file" == "0" ]] ; then var="+++ bundle/manifests/sonataflow-operator.clusterserviceversion.yaml + createdAt:" if [[ $check_lines = $var* ]] ; then changed_files='' + printf "FOUND" + echo "FOUND" fi echo $check_lines else