fix: Add new line into annotation.yaml at the end of file

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
pull/1833/head
Anatolii Bazko 2024-04-25 10:27:05 +02:00
parent 30be8cae93
commit 518cc4397b
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ bundle: generate manifests download-kustomize download-operator-sdk ## Generate
printf "\nLABEL com.redhat.openshift.versions=\"v4.8\"" >> $${BUNDLE_PATH}/bundle.Dockerfile
# Update annotations.yaml correspondingly to bundle.Dockerfile
printf "\n com.redhat.openshift.versions: \"v4.8\"" >> $${BUNDLE_PATH}/metadata/annotations.yaml
printf "\n com.redhat.openshift.versions: \"v4.8\"\n" >> $${BUNDLE_PATH}/metadata/annotations.yaml
# Base cluster service version file has got correctly sorted CRDs.
# They are sorted with help of annotation markers in the api type files ("api/v1" folder).