11 lines
159 B
YAML
11 lines
159 B
YAML
includes:
|
|
- base.yaml
|
|
targets:
|
|
- target: /bin
|
|
copy:
|
|
- files:
|
|
- ../exec
|
|
- target: /root
|
|
copy:
|
|
- files:
|
|
- ../helloworld |