mirror of
https://github.com/tektoncd/catalog.git
synced 2024-11-26 06:23:37 +00:00
Comments
Signed-off-by: Natalie Arellano <narellano@vmware.com>
This commit is contained in:
parent
74c473c7c6
commit
4c334920ab
@ -57,6 +57,7 @@ spec:
|
||||
value: "0.3"
|
||||
|
||||
steps:
|
||||
# Ensure the builder's user has read/write permissions for needed directories.
|
||||
- name: prepare
|
||||
image: alpine
|
||||
imagePullPolicy: Always
|
||||
@ -76,6 +77,7 @@ spec:
|
||||
securityContext:
|
||||
privileged: true
|
||||
|
||||
# Copy stack.toml so that it will be accessible to the exporter, since the lifecycle image will not contain it.
|
||||
- name: copy-stack-toml
|
||||
image: $(params.BUILDER_IMAGE)
|
||||
imagePullPolicy: Always
|
||||
|
Loading…
Reference in New Issue
Block a user