mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
cleanup
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
hello:
|
||||
sleep 1
|
||||
echo hello
|
||||
hello: hello/reuse hello/reuse/concurrent
|
||||
|
||||
hello/basic:
|
||||
echo 'hello'
|
||||
|
||||
hello/reuse:
|
||||
bake hello
|
||||
|
||||
hello/reuse/indent:
|
||||
bake hello/reuse | bake_indent
|
||||
bake hello/basic
|
||||
|
||||
hello/reuse/concurrent:
|
||||
bake hello & bake hello
|
||||
bake hello/reuse & bake hello/reuse
|
||||
|
||||
Reference in New Issue
Block a user