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 22, 2023
1 parent f332c91 commit 8a57884
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hack/checkCreatedAtAnnotation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@

changed_files=$(git status -s)
printf "${changed_files}"
if [[ "${changed_files}" == 'M bundle/manifests/sonataflow-operator.clusterserviceversion.yaml' ]] ; then
printf "/n"

if [[ "${changed_files}" = "M bundle/manifests/sonataflow-operator.clusterserviceversion.yaml" ]] ; then
printf "clusterserviceversion.yaml with createdAt /n"
changed_files=''
else
Expand Down

0 comments on commit 8a57884

Please sign in to comment.