Skip to content

Commit 6ae062f

Browse files
committed
[KOGITO-9428]Update Operator SDK
Signed-off-by: desmax74 <mdessi@redhat.com>
1 parent a8d9603 commit 6ae062f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

hack/checkCreatedAtAnnotation.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,10 @@ check_file=$(expr "$changed_files" == "M bundle/manifests/sonataflow-operator.cl
1919
if [[ "$check_file" == "0" ]] ; then
2020
##@TODO
2121
check_lines=$(git diff HEAD --no-ext-diff --unified=0 --exit-code -a --no-prefix | grep "^\+")
22-
printf $check_lines
2322
var="+++ bundle/manifests/sonataflow-operator.clusterserviceversion.yaml + createdAt:"
2423
if [[ $check_lines = $var* ]] ; then
2524
changed_files=''
26-
printf "FOUND"
27-
echo "FOUND"
2825
fi
29-
echo $check_lines
3026
else
3127
[[ -z "$changed_files" ]] || (printf "Generation has not been done on this PR. See modified files: \n$changed_files\n Did you run 'make generate-all' before sending the PR" && exit 1)
3228
fi

0 commit comments

Comments
 (0)