summaryrefslogtreecommitdiffstats
path: root/examples/recipes/foo.yml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2024-04-04 01:13:09 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2024-04-04 01:16:43 +0200
commit1896ea04204b8086a4f25e257dc5605e5505d768 (patch)
tree694b5298958c0152ce4fe58c42f864980fd6b9df /examples/recipes/foo.yml
parentaa914e75251af3f9691be621a8c266320158bace (diff)
downloadrebel-1896ea04204b8086a4f25e257dc5605e5505d768.tar
rebel-1896ea04204b8086a4f25e257dc5605e5505d768.zip
driver: recipe: move each recipe into a separate directory
Diffstat (limited to 'examples/recipes/foo.yml')
-rw-r--r--examples/recipes/foo.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/recipes/foo.yml b/examples/recipes/foo.yml
deleted file mode 100644
index 2982795..0000000
--- a/examples/recipes/foo.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-tasks:
- build:
- output:
- default: {}
- run: |
- ls -lha
- ls -lha /proc/self/fd
- mkdir -p {{destdir}}/foo
- cd {{destdir}}
- echo foobar > foo/bar
- touch foo/bla
- touch foo/x
- touch foo/z
- touch foo/y