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

Signed-off-by: Rick Marry <rmarry@chef.io>
  • Loading branch information
Rick Marry committed Sep 16, 2021
1 parent 7e36dce commit 67926e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ export HAB_STUDIO_SECRET_AWS_SECRET_ACCESS_KEY="${AWS_SECRET_ACCESS_KEY}"
export HAB_STUDIO_SECRET_AZURE_CLIENT_ID="${AZURE_CLIENT_ID}"
export HAB_STUDIO_SECRET_AZURE_CLIENT_SECRET="${AZURE_CLIENT_SECRET}"
export HAB_STUDIO_SECRET_AZURE_TENANT_ID="${AZURE_TENANT_ID}"

export HAB_STUDIO_SECRET_HAB_BLDR_CHANNEL=stable2021-q2
export HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL=stable2021-q2
2 changes: 1 addition & 1 deletion .studio/common
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ document "build" <<EOF
EOF
function build() {
local hab_build

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 67926e0

Please sign in to comment.