Add missing new lines

This commit is contained in:
Arda Güçlü
2025-08-18 13:41:54 +03:00
parent fb6987083d
commit b67d10f941
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
build_root_image:
namespace: openshift
name: release
tag: rhel-9-release-golang-1.24-openshift-4.20
tag: rhel-9-release-golang-1.24-openshift-4.20

View File

@@ -2,4 +2,4 @@ include Makefile
.PHONY: build-ocp
build-ocp: clean format
$(GO_BUILD_ENV) go build $(COMMON_BUILD_ARGS) $(GOFLAGS) -o $(BINARY_NAME) ./cmd/kubernetes-mcp-server
$(GO_BUILD_ENV) go build $(COMMON_BUILD_ARGS) $(GOFLAGS) -o $(BINARY_NAME) ./cmd/kubernetes-mcp-server

2
OWNERS
View File

@@ -2,4 +2,4 @@ reviewers:
- ardaguclu
approvers:
- ardaguclu
component: "openshift-mcp-server"
component: "openshift-mcp-server"