summaryrefslogtreecommitdiffstats
path: root/examples/ls.yml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-07-22 22:08:06 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-07-22 22:08:06 +0200
commit65782198642699eebdf89735bd4b570a409e6530 (patch)
tree6aaabe3f0a1075d2f3319daf2ac8e384a5a4ac30 /examples/ls.yml
parent2e584fd77a28b2d8ab032cfd07594305f0437c25 (diff)
downloadrebel-65782198642699eebdf89735bd4b570a409e6530.tar
rebel-65782198642699eebdf89735bd4b570a409e6530.zip
Do not serialize Dependency as a single string
Removes our custom Serialize/Deserialize implementations.
Diffstat (limited to 'examples/ls.yml')
-rw-r--r--examples/ls.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ls.yml b/examples/ls.yml
index 0a3ba7a..376d70f 100644
--- a/examples/ls.yml
+++ b/examples/ls.yml
@@ -1,7 +1,7 @@
tasks:
build:
depends:
- - 'task:foo:build'
- - 'task:bar:build'
+ - task: 'foo:build'
+ - task: 'bar:build'
run: |
ls -lh /