mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
f745ed4ee3
Correct the execution order of deep dependency trees. Fixes #28.
13 lines
181 B
Plaintext
13 lines
181 B
Plaintext
build: build/stage
|
|
|
|
build/stage: fetch
|
|
echo Building stage
|
|
|
|
fetch: fetch/consul fetch/s6-overlay
|
|
|
|
fetch/consul:
|
|
echo Fetching consul
|
|
|
|
fetch/s6-overlay:
|
|
echo Fetching S6
|