This commit is contained in:
2024-04-21 15:14:05 +02:00
parent 2170975718
commit e541c521d2

View File

@@ -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: