From 65782198642699eebdf89735bd4b570a409e6530 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 22 Jul 2021 22:08:06 +0200 Subject: Do not serialize Dependency as a single string Removes our custom Serialize/Deserialize implementations. --- examples/ls.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/ls.yml') 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 / -- cgit v1.2.3