diff options
author | Salim Afiune <afiune@chef.io> | 2019-08-02 10:10:11 +0200 |
---|---|---|
committer | Salim Afiune <afiune@chef.io> | 2019-08-02 10:10:11 +0200 |
commit | 854cfe80e1daef3886d859125f4cd5270bdf8b54 (patch) | |
tree | 0b9080a7a6a1e9857a4716758ec89af3f74b1d8c /.bldr.toml | |
parent | a6acfe338b4b650a8c8a4336d346a05036d21fcb (diff) | |
download | chef-854cfe80e1daef3886d859125f4cd5270bdf8b54.tar.gz |
Update .bldr.tomlafiune/hab
Signed-off-by: Salim Afiune <afiune@chef.io>
Diffstat (limited to '.bldr.toml')
-rw-r--r-- | .bldr.toml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.bldr.toml b/.bldr.toml index 4b7f95a4ab..421037f685 100644 --- a/.bldr.toml +++ b/.bldr.toml @@ -1,18 +1,5 @@ [chef-infra-client] -plan_path = "habitat/chef-infra-client" build_targets = [ "x86_64-linux", "x86_64-linux-kernel2" ] -paths = [ - "bin", - "chef-bin", - "chef-config", - "ci", - "distro", - "ext", - "habitat-packages", - "lib", - "omnibus", # TODO: Evaluate if we really need this in the future - "tasks", -] |