salmon-scientist-57815
11/27/2024, 11:18 AMincludes
for the action.
Currently, the include folder stays empty and I cannot reference the files. This feels rather different to the build action of type container. Here I need to specify files I would like to reference all files I would like to add to the container using e.g. COPY
in the include section. Otherwise they are not found.
Am I misunderstanding the behaviour for the build exec action or is something amiss here?
A minimal example is:
yml
kind: Build
name: exec-no-files
type: exec
spec:
shell: true
command:
[
"ls README.md",
]
include:
- README.md
If I specify buildAtSource: true
it is found of coursesalmon-scientist-57815
11/27/2024, 11:20 AMbig-spring-14945
11/28/2024, 10:19 AM