Skip to content

Commit

Permalink
Render task
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Nov 3, 2023
1 parent 23de297 commit 2d301f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/logs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)")"
Expand Down

0 comments on commit 2d301f5

Please sign in to comment.