From 352a294d7b64734da70b7b779b08661cc46884c1 Mon Sep 17 00:00:00 2001 From: Roy Golan Date: Wed, 3 Jul 2024 15:54:48 +0300 Subject: [PATCH] Delete mistakenly added pipeline file Signed-off-by: Roy Golan --- pipeline/move2kube.dockerfile.in | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 pipeline/move2kube.dockerfile.in diff --git a/pipeline/move2kube.dockerfile.in b/pipeline/move2kube.dockerfile.in deleted file mode 100644 index aefce4a9..00000000 --- a/pipeline/move2kube.dockerfile.in +++ /dev/null @@ -1,12 +0,0 @@ -# ARG WF_RESOURCES=move2kube - -#include "pipeline/workflow-builder.konflux.Dockerfile.in" - -LABEL name="move2kube serverless workflow" -LABEL summary="move2kube serverless workflow that takes a github project and proposes manifests and build files for containerization" -LABEL description="A workflow that takes a github project and proposses a pull request with manifests and build files for containerization using move2kube tool." -LABEL io.k8s.description="A workflow that takes a github project and proposses a pull request with manifests and build files for containerization using move2kube tool." -LABEL io.k8s.display-name="move2kube serverless workflow" -LABEL io.openshift.tags="" - -