Skip to content

Commit

Permalink
pass release channel to HAB_STUDIO_SECRET_HAB_REFRESH_CHANNEL in wind…
Browse files Browse the repository at this point in the history
…ows release pipeline

Signed-off-by: Matt Wrock <[email protected]>
  • Loading branch information
mwrock committed Jan 14, 2025
1 parent cc9d742 commit 9177206
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 9177206

Please sign in to comment.