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

fix(friendshipper): fix initial repo clone from modal #385

Merged
merged 1 commit into from
Dec 16, 2024
Merged

Conversation

rudoi
Copy link
Member

@rudoi rudoi commented Dec 16, 2024

No description provided.

@rudoi rudoi requested a review from a team as a code owner December 16, 2024 20:08
@rudoi rudoi added the ci ready label Dec 16, 2024
if (!currentConfig.repoPath) {
cloning = true;
await cloneRepo({ url: repoUrl, path: cloneLocation });
await cloneRepo({ url: repoUrl, path: cloneLocation });
Copy link
Contributor

@chris-believer chris-believer Dec 16, 2024

Choose a reason for hiding this comment

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

Is pulling the repoPath check safe? If cloneLocation already exists, do we end up in the catch?

Copy link
Member Author

Choose a reason for hiding this comment

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

yep! it's an early out in the backend

@rudoi rudoi merged commit 364878e into main Dec 16, 2024
12 checks passed
@rudoi rudoi deleted the ar/fix-clone branch December 16, 2024 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants