Skip to content

Commit

Permalink
pointing to automate-lts branch
Browse files Browse the repository at this point in the history
Signed-off-by: RoyShravani <[email protected]>
  • Loading branch information
RoyShravani committed Jan 21, 2025
1 parent 8793a6c commit 72f096f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 7 additions & 4 deletions .expeditor/automate_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ export HAB_FEAT_IGNORE_LOCAL=false
export HAB_STUDIO_HOST_ARCH=x86_64-linux
export HAB_FEAT_OFFLINE_INSTALL=true
export HAB_BLDR_CHANNEL="LTS-2024"
export HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL="LTS-2024"
export HAB_FALLBACK_CHANNEL="LTS-2024"

curl https://raw.githubusercontent.com/habitat-sh/habitat/main/components/hab/install.sh | sudo bash

Expand Down Expand Up @@ -43,10 +45,11 @@ HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CA

git clone https://github.com/chef/automate.git
cd automate
if [ "${AUTOMATE_BRANCH}" != "" ]
then
git checkout "${AUTOMATE_BRANCH}"
fi
git checkout dave/LTS-channel # this is the branch that has the changes for LTS channel
# if [ "${AUTOMATE_BRANCH}" != "" ]
# then
# git checkout "${AUTOMATE_BRANCH}"
# fi

RESOLVED_RESULTS_DIR=$(realpath results/)
export DO_CHECK=true
Expand Down
2 changes: 0 additions & 2 deletions .expeditor/license_scout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ bundle_install_dirs=(
oc-id
)
echo "+++ Using Ruby version: $(ruby -v)"
echo "+++ Running License Scout"
license_scout --only-show-failures

for dir in "${bundle_install_dirs[@]}"; do
echo "--- Installing gem dependencies for $dir"
Expand Down

0 comments on commit 72f096f

Please sign in to comment.