summaryrefslogtreecommitdiffstats
path: root/examples/ls.yml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-10-30 00:21:04 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-10-30 21:15:09 +0200
commit3fbe53aec0f340a90858265ca8f890314fa5d523 (patch)
tree32a666397b7c97c6ba202274b7f0aaf0e2166422 /examples/ls.yml
parent6d77ac17b4414d30384473c667e08199f428d94e (diff)
downloadrebel-3fbe53aec0f340a90858265ca8f890314fa5d523.tar
rebel-3fbe53aec0f340a90858265ca8f890314fa5d523.zip
examples: move recipes to subdirectory
Diffstat (limited to 'examples/ls.yml')
-rw-r--r--examples/ls.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/ls.yml b/examples/ls.yml
deleted file mode 100644
index 633336d..0000000
--- a/examples/ls.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-tasks:
- build:
- depends:
- - recipe: 'foo'
- task: 'build'
- - recipe: 'bar'
- task: 'build'
- output:
- default: {}
- run: |
- ls -lh /
- ls -lhR {{sysroot}}