fix Indentation problem of tekton pipeline yaml file in docs/best-practices/ci-pipeline-image-predownload.md (#97)
This commit is contained in:
parent
34e04964ee
commit
46b68bb7f5
|
@ -263,8 +263,8 @@ spec:
|
||||||
- name: app_name
|
- name: app_name
|
||||||
value: $(params.app_name)
|
value: $(params.app_name)
|
||||||
- name: helloworld-image-predownload
|
- name: helloworld-image-predownload
|
||||||
taskRef:
|
taskRef:
|
||||||
name: helloworld-image-predownload
|
name: helloworld-image-predownload
|
||||||
params:
|
params:
|
||||||
- name: short_sha
|
- name: short_sha
|
||||||
value: $(params.short_sha)
|
value: $(params.short_sha)
|
||||||
|
|
Loading…
Reference in New Issue