Skip to content

Commit

Permalink
Made changes to cp command to fix issue coppiend log 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 25, 2024
1 parent 44d36d4 commit 0ceb70b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .expeditor/automate_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 0ceb70b

Please sign in to comment.