From e541c521d2fb84c12d89d2451b9c187a6f278a4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Sun, 21 Apr 2024 15:14:05 +0200 Subject: [PATCH] fix --- .../tekton.dev_v1_Pipeline_auto-ci-push.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-push.yaml b/share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-push.yaml index 1bcbbb5..8c18905 100644 --- a/share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-push.yaml +++ b/share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-push.yaml @@ -81,24 +81,6 @@ spec: value: "error" taskRef: name: gitea-set-status - - name: inform-gitea-success - when: - - input: "$(tasks.status)" - operator: in - values: ["Succeeded","Completed"] - params: - - name: REPO_FULL_NAME - value: $(params.project-path) - - name: SHA - value: $(params.git-revision) - - name: TARGET_URL - value: "https://okd.media.rennes.home/k8s/ns/$(context.pipelineRun.namespace)/tekton.dev~v1~PipelineRun/$(context.pipelineRun.name)" - - name: DESCRIPTION - value: "auto-ci-push" - - name: STATE - value: "pending" - taskRef: - name: gitea-set-status tasks: - name: inform-gitea-start params: