From 9afeec5ddaccabfca39623b118db0a6d33a6f584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Wed, 24 Apr 2024 14:32:16 +0200 Subject: [PATCH] fix --- share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-push.yaml | 2 +- share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-tag.yaml | 2 +- 2 files changed, 2 insertions(+), 2 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 e4086d9..756ef37 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 @@ -215,7 +215,7 @@ spec: - name: shared-workspace workspace: source - name: publish-docker - runAfter: ["lint-shell","lint-shell-custom","lint-docker","lint-docker-custom","lint-yaml","lint-yaml-custom","lint-black","lint-black-custom","lint-python","lint-python-custom","lint-custom"] + runAfter: ["lint-shell","lint-docker","lint-yaml","lint-black","lint-python"] when: - input: "publish-docker" operator: in diff --git a/share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-tag.yaml b/share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-tag.yaml index 36454ee..a253665 100644 --- a/share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-tag.yaml +++ b/share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-tag.yaml @@ -199,7 +199,7 @@ spec: - name: shared-workspace workspace: source - name: publish-docker - runAfter: ["lint-shell","lint-shell-custom","lint-docker","lint-docker-custom","lint-yaml","lint-yaml-custom","lint-black","lint-black-custom","lint-python","lint-python-custom","lint-custom"] + runAfter: ["lint-shell","lint-docker","lint-yaml","lint-black","lint-python"] when: - input: "publish-docker" operator: in