summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-04-03 13:24:58 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-04-03 13:24:58 +0200
commit680b121cebabd80a397e7915d5a7507cedb8c0a8 (patch)
tree3b7df4b0922b3427942c5b4c488e26d80b4bd10c
parent9e95aa08a42af602ddb52ad1cdef86f476c58bc3 (diff)
downloadrebel-680b121cebabd80a397e7915d5a7507cedb8c0a8.tar
rebel-680b121cebabd80a397e7915d5a7507cedb8c0a8.zip
examples: add some debug commands
-rw-r--r--examples/bar.yml1
-rw-r--r--examples/foo.yml2
2 files changed, 3 insertions, 0 deletions
diff --git a/examples/bar.yml b/examples/bar.yml
index 9d21d4a..fbd2ac2 100644
--- a/examples/bar.yml
+++ b/examples/bar.yml
@@ -3,5 +3,6 @@ tasks:
output:
- 'bar'
run: |
+ findmnt -o +PROPAGATION
echo bar > bar
diff --git a/examples/foo.yml b/examples/foo.yml
index c7deecb..e0ded83 100644
--- a/examples/foo.yml
+++ b/examples/foo.yml
@@ -3,4 +3,6 @@ tasks:
output:
- 'foo'
run: |
+ ls -lha
+ ls -lha /proc/self/fd
echo foo > foo