From f0d398ea616ff8bad2c841743c978bc02c150eda Mon Sep 17 00:00:00 2001 From: sreepuramsudheer Date: Mon, 30 Sep 2024 18:15:57 +0530 Subject: [PATCH] Added build.json to results directory. Signed-off-by: sreepuramsudheer --- .expeditor/automate_build.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.expeditor/automate_build.sh b/.expeditor/automate_build.sh index e80d4faa50..003d2c4282 100755 --- a/.expeditor/automate_build.sh +++ b/.expeditor/automate_build.sh @@ -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 @@ -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.