Skip to content

Commit

Permalink
Added build.json to results directory.
Browse files Browse the repository at this point in the history
Signed-off-by: sreepuramsudheer <ssudheer@progress.com>
  • Loading branch information
sreepuramsudheer committed Sep 30, 2024
1 parent 1c64a60 commit f0d398e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .expeditor/automate_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ 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
git checkout vikas/cs-changes-for-pipeline
git checkout kalroy/cs_plan_changes

RESOLVED_RESULTS_DIR=$(realpath results/)
export DO_CHECK=true
Expand All @@ -64,6 +64,12 @@ HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CA

HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CACHE_KEY_PATH="$JOB_TEMP_ROOT/keys" DO_CHECK=true HAB_BLDR_CHANNEL=dev hab studio run -D "set -e; hab pkg install $nginx; hab pkg build components/automate-cs-nginx"

.expeditor/create-manifest.rb
mv manifest.json results/build.json

HAB_PKG_CHANNEL=unstable NO_PIN_HAB=true .expeditor/create-manifest.rb
mv manifest.json results/build-habdev.json

echo "after build" `ls -l results`

# we require chef-server hart files also for for next steps.
Expand Down

0 comments on commit f0d398e

Please sign in to comment.