summaryrefslogtreecommitdiffstats
path: root/examples/ls.yml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ls.yml')
-rw-r--r--examples/ls.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/ls.yml b/examples/ls.yml
index b2cc678..63816a0 100644
--- a/examples/ls.yml
+++ b/examples/ls.yml
@@ -3,6 +3,8 @@ tasks:
target_depends:
- task: 'foo:build'
- task: 'bar:build'
+ output:
+ default: {}
run: |
ls -lh /
ls -lhR "${SYSROOT}"