From 518cc4397be4ac32a2c7c7a64cce62ae45e159fd Mon Sep 17 00:00:00 2001 From: Anatolii Bazko Date: Thu, 25 Apr 2024 10:27:05 +0200 Subject: [PATCH] fix: Add new line into annotation.yaml at the end of file Signed-off-by: Anatolii Bazko --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 03d6e307a..1fa7b687f 100644 --- a/Makefile +++ b/Makefile @@ -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).