Files
bake/tests/ordering.Bakefile
Morten Lied Johansen f745ed4ee3 Fix ordering of tasks
Correct the execution order of deep dependency trees.
Fixes #28.
2019-11-04 22:10:41 +01:00

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