We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f332c91 commit 8a57884Copy full SHA for 8a57884
hack/checkCreatedAtAnnotation.sh
@@ -15,7 +15,9 @@
15
16
changed_files=$(git status -s)
17
printf "${changed_files}"
18
-if [[ "${changed_files}" == 'M bundle/manifests/sonataflow-operator.clusterserviceversion.yaml' ]] ; then
+printf "/n"
19
+
20
+if [[ "${changed_files}" = "M bundle/manifests/sonataflow-operator.clusterserviceversion.yaml" ]] ; then
21
printf "clusterserviceversion.yaml with createdAt /n"
22
changed_files=''
23
else
0 commit comments