Skip to content

Commit

Permalink
adding openresty-noroot to build in cs
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 db17750 commit 5acfb98
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 @@ -57,7 +57,7 @@ name_resolver() {
}


for PACKAGE_NAME in bookshelf bifrost erchef id nginx ; do
for PACKAGE_NAME in bookshelf bifrost erchef id openresty-noroot nginx ; 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 5acfb98

Please sign in to comment.