From 46b68bb7f50d785d02c869d1e38f0078e7462a66 Mon Sep 17 00:00:00 2001 From: Jianfeng Li Date: Mon, 10 Apr 2023 16:24:50 +0800 Subject: [PATCH] fix Indentation problem of tekton pipeline yaml file in docs/best-practices/ci-pipeline-image-predownload.md (#97) --- docs/best-practices/ci-pipeline-image-predownload.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/best-practices/ci-pipeline-image-predownload.md b/docs/best-practices/ci-pipeline-image-predownload.md index 186344485..298484195 100644 --- a/docs/best-practices/ci-pipeline-image-predownload.md +++ b/docs/best-practices/ci-pipeline-image-predownload.md @@ -263,8 +263,8 @@ spec: - name: app_name value: $(params.app_name) - name: helloworld-image-predownload - taskRef: - name: helloworld-image-predownload + taskRef: + name: helloworld-image-predownload params: - name: short_sha value: $(params.short_sha)