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 vinay033 committed Apr 11, 2022
1 parent 83ee496 commit d5257fc
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 d5257fc

Please sign in to comment.