Skip to content

Commit

Permalink
new 2
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 779c111 commit f832f50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .expeditor/automate_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ curl https://raw.githubusercontent.com/habitat-sh/habitat/main/components/hab/in

export JOB_TEMP_ROOT
JOB_TEMP_ROOT=$(mktemp -d /tmp/job-root-XXXXXX)
export HAB_CACHE_KEY_PATH
HAB_CACHE_KEY_PATH="$JOB_TEMP_ROOT/keys"
# export HAB_CACHE_KEY_PATH
# HAB_CACHE_KEY_PATH="$JOB_TEMP_ROOT/keys"

echo "--- :key: Generating fake origin key"
hab license accept
Expand Down Expand Up @@ -88,9 +88,9 @@ echo "This is the current dir: " `pwd`

echo "Building the package"

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

cp -r $HAB_CACHE_KEY_PATH results/
# cp -r $HAB_CACHE_KEY_PATH results/

output_string_vikas=$(echo "$Bookself_hart_file" | sed 's|results/||')
hab pkg install results/$output_string_vikas
Expand Down
4 changes: 2 additions & 2 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,8 @@ steps:
ALLOW_LOCAL_PACKAGES: true
HAB_STUDIO_SUP: false
HAB_NONINTERACTIVE: true
# # HAB_STUDIO_SECRET_HAB_FEAT_IGNORE_LOCAL: true
# # HAB_STUDIO_SECRET_HAB_FEAT_OFFLINE_INSTALL: true
HAB_STUDIO_SECRET_HAB_FEAT_IGNORE_LOCAL: true
HAB_STUDIO_SECRET_HAB_FEAT_OFFLINE_INSTALL: true
# HAB_BINLINK_DIR: /hab/bin
expeditor:
secrets:
Expand Down

0 comments on commit f832f50

Please sign in to comment.