Skip to content

Commit

Permalink
new7
Browse files Browse the repository at this point in the history
Signed-off-by: talktovikas <vikas.yadav@progress.com>
  • Loading branch information
talktovikas committed Sep 24, 2024
1 parent fe8db73 commit 333a93e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .expeditor/automate_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,12 @@ echo "Building the package"

echo "contents of place where key should exist" `ls -l $HAB_CACHE_KEY_PATH`

cp $HAB_CACHE_KEY_PATH/* /hab/cache/keys/
cp $HAB_CACHE_KEY_PATH/* results/

RESOLVED_RESULTS_DIR=$(realpath results/)

output_string_vikas=$(echo "$Bookself_hart_file" | sed 's|results/||')
hab pkg install results/$output_string_vikas
HAB_CACHE_KEY_PATH=$RESOLVED_RESULTS_DIR DO_CHECK=false hab pkg install results/$output_string_vikas

hab pkg build results/$output_string_vikas

Expand Down

0 comments on commit 333a93e

Please sign in to comment.