Skip to content

Commit

Permalink
studio common updated LTS
Browse files Browse the repository at this point in the history
Signed-off-by: daveaugustus <pappu.kumar@progress.com>
  • Loading branch information
daveaugustus committed Sep 18, 2024
1 parent 103352f commit c7cc8f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .studio/common
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ EOF
function build() {
local hab_build
#set HAB_BLDR_CHANNEL to dev as part of the hab package refresh
local HAB_BLDR_CHANNEL=stable
local HAB_BLDR_CHANNEL=LTS-2024

# Support for hab v.0.63.0
if [ -f /bin/build ]; then
Expand All @@ -219,7 +219,7 @@ function build() {
if [ -z "$hab_build" ]; then
exit_with "Hab build binary not found. Verify the 'build' wrapper inside the studio." 22
else
HAB_FEAT_IGNORE_LOCAL=true HAB_BLDR_CHANNEL=${HAB_BLDR_CHANNEL:-stable} $hab_build "$@"
HAB_FEAT_IGNORE_LOCAL=true HAB_BLDR_CHANNEL=${HAB_BLDR_CHANNEL:-LTS-2024} $hab_build "$@"
fi
}

Expand Down

0 comments on commit c7cc8f8

Please sign in to comment.