Skip to content

Commit

Permalink
Merge pull request #9566 from habitat-sh/win_refresh
Browse files Browse the repository at this point in the history
pass release channel to HAB_STUDIO_SECRET_HAB_REFRESH_CHANNEL in windows release pipeline
  • Loading branch information
mwrock authored Jan 14, 2025
2 parents 13cd90b + 9177206 commit 2d5a3c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .expeditor/scripts/release_habitat/build_component.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ git config --global --add safe.directory C:/workdir
# we must ensure that we're pulling dependencies from our build
# channel when applicable.
$Env:HAB_BLDR_CHANNEL="$Channel"
$Env:HAB_STUDIO_SECRET_HAB_REFRESH_CHANNEL="$Channel"
Invoke-Expression "$baseHabExe pkg build components\$Component --keys core"
. results\last_build.ps1

Expand Down

0 comments on commit 2d5a3c1

Please sign in to comment.