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: