Skip to content

Commit

Permalink
updating do_before just to add the channels once
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Simmons <[email protected]>
  • Loading branch information
sean-simmons-progress committed Dec 23, 2024
1 parent 7c16c79 commit 29c9729
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 29c9729

Please sign in to comment.