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

Skip installing numa pkg in OCL driver script #4180

Merged
merged 1 commit into from
Feb 5, 2021

Conversation

generalova-kate
Copy link
Contributor

fix internal issue #41229
fix syntax issues

fix internal issue #41229
fix syntax issues
@generalova-kate generalova-kate added this to the 2021.3 milestone Feb 4, 2021
@generalova-kate generalova-kate requested review from artanokhov and a team February 4, 2021 10:45
@generalova-kate generalova-kate requested a review from a team as a code owner February 4, 2021 10:45
@openvino-pushbot openvino-pushbot added the category: CI OpenVINO public CI label Feb 4, 2021
@@ -470,7 +488,7 @@ check_agreement()
read -p "Want to proceed? (y/n): " yn
case $yn in
[Yy]*) return 0 ;;
[Nn]*) exit 1 ;;
[Nn]*) exit $EXIT_WRONG_ARG ;;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But this is not wrong arg in that case...

@artanokhov artanokhov merged commit 6c3c0cc into openvinotoolkit:master Feb 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: CI OpenVINO public CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants