Skip to content
Snippets Groups Projects

Add the "myfiles" recipe

Merged Ribbon requested to merge add-recipe into master
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
 
[build]
 
template = "custom"
 
script = """
 
mkdir -pv "${COOKBOOK_STAGE}"/home/user
 
cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}"/home/user
 
"""
Loading