We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e20387 commit 86b4957Copy full SHA for 86b4957
hack/check-created-at-annotation.sh
@@ -20,7 +20,6 @@ changed_files=$(git status -s)
20
check_file=$(expr "$changed_files" == "M bundle/manifests/sonataflow-operator.clusterserviceversion.yaml")
21
22
if [[ "$check_file" == "0" ]] ; then
23
- ##@TODO
24
check_lines=$(git diff HEAD --no-ext-diff --unified=0 --exit-code -a --no-prefix | grep "^\+")
25
var="+++ bundle/manifests/sonataflow-operator.clusterserviceversion.yaml + createdAt:"
26
if [[ $check_lines = $var* ]] ; then
0 commit comments