Skip to content
Snippets Groups Projects
Commit 1c978c72 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Rename the hello-world recipe

parent 20ff4ec5
No related branches found
No related tags found
1 merge request!418Rename the hello-world recipe
......@@ -4,6 +4,6 @@ git = "https://github.com/leachim6/hello-world"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/hello-world
cp -rv "${COOKBOOK_SOURCE}"/[#,a-z] "${COOKBOOK_STAGE}"/usr/share/hello-world
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/hello-world-examples
cp -rv "${COOKBOOK_SOURCE}"/[#,a-z] "${COOKBOOK_STAGE}"/usr/share/hello-world-examples
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment