From 6e9b7f4021fd55762f08f87b8543f11b06d2b5b4 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Mon, 13 Feb 2023 12:43:12 -0500 Subject: [PATCH] remove build/rpm submodule (#1587) #### What type of PR is this? Removes the build/rpm submodule that's no longer needed / used #### What this PR does / why we need it: Fixes the issue of trying to build the Dockerfile: docker build -t kompose https://github.com/kubernetes/kompose.git#main #### Which issue(s) this PR fixes: N/A #### Special notes for your reviewer: Signed-off-by: Charlie Drage --- .gitmodules | 3 --- build/rpm | 1 - 2 files changed, 4 deletions(-) delete mode 160000 build/rpm diff --git a/.gitmodules b/.gitmodules index 37521d03..e69de29b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "build/rpm"] - path = build/rpm - url = https://src.fedoraproject.org/rpms/kompose diff --git a/build/rpm b/build/rpm deleted file mode 160000 index e6948b60..00000000 --- a/build/rpm +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e6948b607f90bb2ef8fdc97075fc4c6cc73e6063