From 2d301f55f1f6c390cbe0aa2ad88ffee24c6fc3ef Mon Sep 17 00:00:00 2001 From: Michael Sauter Date: Fri, 3 Nov 2023 10:24:51 +0100 Subject: [PATCH] Render task --- tasks/logs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/logs.yaml b/tasks/logs.yaml index a29f851..a862a91 100644 --- a/tasks/logs.yaml +++ b/tasks/logs.yaml @@ -44,6 +44,7 @@ spec: script: | if [ "${PIPELINERUN_NAME}" = "" ]; then echo "Label tekton.dev/pipelineRun is missing, cannot gather logs." + echo "This task is intended to be run as part of a PipelineRun." exit 1 fi target_dir="$(dirname "$(params.target)")"