From b9e9c9d100ad8687a77418ee95130297dcb3f8e1 Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Fri, 12 Jul 2024 17:16:47 +0800 Subject: [PATCH] fix: remove emtpy block mapping yamllint detects this issue. Signed-off-by: Chenxiong Qi --- task/push-build-file-oci-ta/0.1/recipe.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/task/push-build-file-oci-ta/0.1/recipe.yaml b/task/push-build-file-oci-ta/0.1/recipe.yaml index 630fd926c4..f6b2fc86e4 100644 --- a/task/push-build-file-oci-ta/0.1/recipe.yaml +++ b/task/push-build-file-oci-ta/0.1/recipe.yaml @@ -1,12 +1,10 @@ --- base: ../../push-build-file/0.1/push-build-file.yaml -removeParams: add: - use-source removeWorkspaces: - workspace replacements: workspaces.workspace.path: /var/workdir -regexReplacements: description: |- Discover build file from source code and push it to registry as an OCI artifact. The build file could be named Dockerfile or Containerfile, which can be specified via parameter.