Skip to content

Commit

Permalink
adding except nginx
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 25, 2024
1 parent 311789e commit 50741a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .expeditor/automate_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ HAB_CACHE_KEY_PATH="$JOB_TEMP_ROOT/keys"
echo "--- :key: Generating fake origin key"
hab license accept
hab origin key generate cheftest
#bookshelf oc_bifrost oc_erchef oc-id
for PACKAGE_NAME in openresty-noroot nginx ; do
# openresty-noroot nginx
for PACKAGE_NAME in bookshelf oc_bifrost oc_erchef oc-id ; do
echo "generating package for $PACKAGE_NAME"
HAB_FEAT_IGNORE_LOCAL=true HAB_ORIGIN=cheftest HAB_CACHE_KEY_PATH=$HAB_CACHE_KEY_PATH DO_CHECK=true hab studio run -D "hab pkg build src/$PACKAGE_NAME"
# HAB_FEAT_IGNORE_LOCAL=true HAB_ORIGIN=cheftest HAB_CACHE_KEY_PATH=$HAB_CACHE_KEY_PATH DO_CHECK=true hab studio run -D "hab pkg build src/$PACKAGE_NAME"
Expand Down Expand Up @@ -56,8 +56,8 @@ name_resolver() {
echo $(find components -name "*$package_name*")
}

#bookshelf bifrost erchef id
for PACKAGE_NAME in nginx ; do
#
for PACKAGE_NAME in bookshelf bifrost erchef id ; do
hart_file=$(ls results/*$PACKAGE_NAME*.hart)
output_string_file=$(echo "$hart_file" | sed 's|results/||')
echo "hab pkg install $hart_file"
Expand Down

0 comments on commit 50741a9

Please sign in to comment.