Skip to content
Snippets Groups Projects
Commit a7778ec3 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'fix-hello-world-conflict' into 'master'

Rename the hello-world recipe

See merge request !418
parents 20ff4ec5 1c978c72
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" ...@@ -4,6 +4,6 @@ git = "https://github.com/leachim6/hello-world"
[build] [build]
template = "custom" template = "custom"
script = """ script = """
mkdir -pv "${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 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