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

Issue 3683 GitHub Support - fix create folder error message #3696

Merged

Conversation

okolesn
Copy link
Collaborator

@okolesn okolesn commented Sep 12, 2024

@okolesn okolesn requested a review from ekazachkova September 12, 2024 09:17
"Bitbucket repository creation supported from urls only");
Assert.isTrue(RepositoryType.BITBUCKET_CLOUD != pipelineVO.getRepositoryType(),
"Bitbucket Cloud repository creation supported from urls only");
Assert.isTrue(RepositoryType.BITBUCKET != pipelineVO.getRepositoryType() &&
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe it would be clearer to replace multiple expressions into one RepositoryType.GITLAB.equals(pipeline.getRepositoryType() as it done in GitManager?

@okolesn okolesn merged commit 7812da7 into develop Sep 13, 2024
4 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