Skip to content

Commit

Permalink
running build inside hab studio
Browse files Browse the repository at this point in the history
Signed-off-by: Kallol Roy <kallol.roy@progress.com>
  • Loading branch information
kalroy committed Sep 25, 2024
1 parent fdb31ab commit 8bbd219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .expeditor/automate_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ hab origin key generate cheftest

# cd /workdir/src/bookshelf
echo "generating package for $PACKAGE_NAME"
hab pkg build "src/$PACKAGE_NAME"
HAB_ORIGIN=cheftest HAB_CACHE_KEY_PATH=$HAB_CACHE_KEY_PATH DO_CHECK=true hab studio run -D "hab pkg build src/$PACKAGE_NAME"
# echo "which pushd " $(which pushd)


Expand Down

0 comments on commit 8bbd219

Please sign in to comment.