Merge pull request #125 from colincross/build_deps
Add dependency on build= blueprint files
This commit is contained in:
commit
ad914cea1a
1 changed files with 1 additions and 0 deletions
|
@ -821,6 +821,7 @@ func (c *Context) findBuildBlueprints(dir string, build []string,
|
|||
}
|
||||
|
||||
blueprints = append(blueprints, foundBlueprints)
|
||||
deps = append(deps, foundBlueprints)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue