From 29c972911fd279b85cd04c0e16573e6fa3330e65 Mon Sep 17 00:00:00 2001 From: Sean Simmons Date: Mon, 23 Dec 2024 14:28:27 -0500 Subject: [PATCH] updating do_before just to add the channels once Signed-off-by: Sean Simmons --- habitat/plan.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/habitat/plan.sh b/habitat/plan.sh index c77729cf..7d277cab 100644 --- a/habitat/plan.sh +++ b/habitat/plan.sh @@ -23,6 +23,9 @@ pkg_version() { cat "$SRC_PATH/VERSION" } do_before() { + hab bldr channel create -o chef workstation-build + hab bldr channel create -o chef stable + hab bldr channel create -o chef workstation-LTS update_pkg_version } do_unpack() {