Skip to content

Commit

Permalink
[KOGITO-9428]Update Operator SDK
Browse files Browse the repository at this point in the history
Signed-off-by: desmax74 <[email protected]>
  • Loading branch information
desmax74 committed Jun 23, 2023
1 parent c085933 commit 0ff7f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/checkCreatedAtAnnotation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [[ "$check_file" == "0" ]] ; then
check_lines=$(git diff HEAD --no-ext-diff --unified=0 --exit-code -a --no-prefix | grep "^\+")
printf $check_lines
var="+++ bundle/manifests/sonataflow-operator.clusterserviceversion.yaml + createdAt:"
if [[ "$check_lines" = "$var*" ]] ; then
if [[ $check_lines = $var* ]] ; then
changed_files=''
fi
echo $check_lines
Expand Down

0 comments on commit 0ff7f67

Please sign in to comment.