Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP]CHEF-12767 Upgrade oc-id to LTS channel #3967

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
adding logs
Signed-off-by: RoyShravani <[email protected]>
RoyShravani committed Jan 22, 2025

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit b6fa5bab14e37a27dc1b7937214fea67f585ca79
3 changes: 3 additions & 0 deletions .expeditor/license_scout.sh
Original file line number Diff line number Diff line change
@@ -32,6 +32,9 @@ bundle_install_dirs=(
chef-server-ctl
oc-id
)
echo "+++ Using Ruby version: $(ruby -v)"
echo "+++ Running License Scout"
license_scout --only-show-failures

for dir in "${bundle_install_dirs[@]}"; do
echo "--- Installing gem dependencies for $dir"