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

Make json clone more robust #12956

Merged
merged 1 commit into from
May 26, 2024
Merged

Conversation

Nir-Az
Copy link
Collaborator

@Nir-Az Nir-Az commented May 23, 2024

We clone json third party with a custom command to enforce shallow clone.
This clone step has some corner cases like if the directory already exist the clone can fail.

Here we make sure we first delete the folder if exist and then clone a fresh version

@Nir-Az Nir-Az marked this pull request as ready for review May 26, 2024 07:15
@Nir-Az Nir-Az requested a review from maloel May 26, 2024 07:15
@Nir-Az Nir-Az merged commit 10a8784 into IntelRealSense:development May 26, 2024
16 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants