Skip to content

Commit 86b4957

Browse files
committed
[KOGITO-9428]Update Operator SDK from 1.25 to 1.31
Signed-off-by: desmax74 <mdessi@redhat.com>
1 parent 6e20387 commit 86b4957

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hack/check-created-at-annotation.sh

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ changed_files=$(git status -s)
2020
check_file=$(expr "$changed_files" == "M bundle/manifests/sonataflow-operator.clusterserviceversion.yaml")
2121

2222
if [[ "$check_file" == "0" ]] ; then
23-
##@TODO
2423
check_lines=$(git diff HEAD --no-ext-diff --unified=0 --exit-code -a --no-prefix | grep "^\+")
2524
var="+++ bundle/manifests/sonataflow-operator.clusterserviceversion.yaml + createdAt:"
2625
if [[ $check_lines = $var* ]] ; then

0 commit comments

Comments
 (0)