From da2a6dc9c703161b7c6dbdb3a72a6d609f85d169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Wed, 24 Apr 2024 13:45:33 +0200 Subject: [PATCH] fix --- .../tekton.dev_v1_Pipeline_auto-ci-lint.yaml | 105 ------------------ 1 file changed, 105 deletions(-) diff --git a/share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-lint.yaml b/share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-lint.yaml index 38b531e..ebc44d9 100644 --- a/share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-lint.yaml +++ b/share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-lint.yaml @@ -42,27 +42,6 @@ spec: workspaces: - name: shared-workspace workspace: source - - name: lint-shell-custom - onError: $(params.on-error) - when: - - input: "lint-shell-custom" - operator: in - values: ["$(params.stages[*])"] - params: - - name: args - value: $(params.shellcheck-args) - taskRef: - resolver: git - params: - - name: url - value: $(params.git-url) - - name: revision - value: $(params.git-revision) - - name: pathInRepo - value: ".tekton/lint-shell.yaml" - workspaces: - - name: shared-workspace - workspace: source - name: lint-docker onError: $(params.on-error) when: @@ -77,27 +56,6 @@ spec: value: $(tasks.detect-stages.results.file-docker) workspaces: - name: source - - name: lint-docker-custom - onError: $(params.on-error) - when: - - input: "lint-docker-custom" - operator: in - values: ["$(params.stages[*])"] - taskRef: - resolver: git - params: - - name: url - value: $(params.git-url) - - name: revision - value: $(params.git-revision) - - name: pathInRepo - value: ".tekton/lint-docker.yaml" - matrix: - params: - - name: dockerfile-path - value: $(tasks.detect-stages.results.file-docker) - workspaces: - - name: source - name: lint-yaml onError: $(params.on-error) when: @@ -112,27 +70,6 @@ spec: workspaces: - name: shared-workspace workspace: source - - name: lint-yaml-custom - onError: $(params.on-error) - when: - - input: "lint-yaml-custom" - operator: in - values: ["$(params.stages[*])"] - params: - - name: args - value: ["."] - taskRef: - resolver: git - params: - - name: url - value: $(params.git-url) - - name: revision - value: $(params.git-revision) - - name: pathInRepo - value: ".tekton/lint-yaml.yaml" - workspaces: - - name: shared-workspace - workspace: source - name: lint-black onError: $(params.on-error) when: @@ -147,27 +84,6 @@ spec: workspaces: - name: shared-workspace workspace: source - - name: lint-black-custom - onError: $(params.on-error) - when: - - input: "lint-black-custom" - operator: in - values: ["$(params.stages[*])"] - params: - - name: args - value: $(params.black-args) - taskRef: - resolver: git - params: - - name: url - value: $(params.git-url) - - name: revision - value: $(params.git-revision) - - name: pathInRepo - value: ".tekton/lint-black.yaml" - workspaces: - - name: shared-workspace - workspace: source - name: lint-python onError: $(params.on-error) when: @@ -180,26 +96,5 @@ spec: taskRef: name: pylint workspaces: - - name: shared-workspace - workspace: source - - name: lint-python-custom - onError: $(params.on-error) - when: - - input: "lint-python-custom" - operator: in - values: ["$(params.stages[*])"] - params: - - name: args - value: ["$(tasks.detect-stages.results.file-python[*])"] - taskRef: - resolver: git - params: - - name: url - value: $(params.git-url) - - name: revision - value: $(params.git-revision) - - name: pathInRepo - value: ".tekton/lint-python.yaml" - workspaces: - name: shared-workspace workspace: source \ No newline at end of file