From 0ceb70bef6406db6751aa94f37aafd0c899da98b Mon Sep 17 00:00:00 2001 From: sreepuramsudheer Date: Wed, 25 Sep 2024 20:05:20 +0530 Subject: [PATCH] Made changes to cp command to fix issue coppiend log directory. Signed-off-by: sreepuramsudheer --- .expeditor/automate_build.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.expeditor/automate_build.sh b/.expeditor/automate_build.sh index d04b573e6e..b66511bba7 100755 --- a/.expeditor/automate_build.sh +++ b/.expeditor/automate_build.sh @@ -7,9 +7,6 @@ export OCTOKIT_ACCESS_TOKEN export HAB_LICENSE=accept export CHEF_LICENSE="accept-no-persist" export CI=true -#export HAB_ORIGIN=cheftest -export HAB_ORIGIN=chef -#export HAB_ORIGIN_KEYS=cheftest export HAB_ORIGIN_KEYS=chef export HAB_STUDIO_SECRET_HAB_FEAT_IGNORE_LOCAL=false export HAB_FEAT_IGNORE_LOCAL=false @@ -51,7 +48,7 @@ git checkout vikas/cs-changes-for-pipeline RESOLVED_RESULTS_DIR=$(realpath results/) export DO_CHECK=true -cp ../results/* results +cp ../results/*.hart ../results/chef*.pub ../results/chef*.key results ../.expeditor/replace.sh bookshelf_hart=$(ls -1t results/chef-bookshelf*.hart | head -1) chef_server_ctl_hart=$(ls -1t results/chef-chef-server-ctl*.hart | head -1)