Skip to content

Commit

Permalink
add fallback and bldr channel env vars to envrc and set back to dev w…
Browse files Browse the repository at this point in the history
…hen doing builds (#5741)

Signed-off-by: Rick Marry <rmarry@chef.io>
  • Loading branch information
Rick Marry authored and iamazzeez committed Dec 15, 2021
1 parent b1888b3 commit c7ae32b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .studio/common
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,7 @@ document "build" <<EOF
EOF
function build() {
local hab_build
#set HAB_BLDR_CHANNEL to dev as part of the hab package refresh
local HAB_BLDR_CHANNEL=dev

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 c7ae32b

Please sign in to comment.