Skip to content

Commit

Permalink
set the HAB_BLDR_CHANNEL to dev just for builds (#5745)
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Marry <rmarry@chef.io>
  • Loading branch information
Rick Marry authored Sep 20, 2021
1 parent e21416e commit 05a4b2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .studio/common
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,9 @@ document "build" <<EOF
EOF
function build() {
local hab_build
HAB_BLDR_CHANNEL=dev
#set HAB_BLDR_CHANNEL to dev as part of the hab package refresh
local HAB_BLDR_CHANNEL=dev

# Support for hab v.0.63.0
if [ -f /bin/build ]; then
hab_build=/bin/build
Expand Down

0 comments on commit 05a4b2e

Please sign in to comment.