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 May 9, 2022
1 parent a102548 commit fbdad51
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 fbdad51

Please sign in to comment.