summaryrefslogtreecommitdiff
path: root/.bldr.toml
diff options
context:
space:
mode:
Diffstat (limited to '.bldr.toml')
-rw-r--r--.bldr.toml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.bldr.toml b/.bldr.toml
index f86b5e682d..b3d8c1a158 100644
--- a/.bldr.toml
+++ b/.bldr.toml
@@ -16,23 +16,3 @@ paths = [
"omnibus", # TODO: Evaluate if we really need this in the future
"tasks",
]
-
-[scaffolding-chef]
-plan_path = "habitat-packages/scaffolding-chef"
-build_targets = [
- "x86_64-linux",
- "x86_64-linux-kernel2"
- # "x86_64-windows" --- TODO: Expeditor does not currently support Windows, but will in the coming weeks. Uncomment me soon!
-]
-paths = [
- "bin",
- "chef-bin",
- "chef-config",
- "ci",
- "distro",
- "ext",
- "habitat-packages",
- "lib",
- "omnibus", # TODO: Evaluate if we really need this in the future
- "tasks",
-]