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

feat: ACI-2805 Add flag to skip SPM #54

Merged
merged 3 commits into from
Sep 18, 2024
Merged

Conversation

zsolt-marta-bitrise
Copy link
Collaborator

No description provided.


// Checking for SourcePackages/* or */SourcePackages/* under the directory
if len(parts) >= 1 && parts[0] == "SourcePackages" ||
len(parts) >= 2 && parts[1] == "SourcePackages" {
Copy link
Contributor

Choose a reason for hiding this comment

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

So this is always directly under DD or at level 1?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Can be both, if DD is directly specified, it will be in the root, if it's the generic default DD directory with each projects having their own subfolder it's in 2. level

@zsolt-marta-bitrise zsolt-marta-bitrise merged commit 3a194aa into main Sep 18, 2024
1 check passed
@zsolt-marta-bitrise zsolt-marta-bitrise deleted the skip-source-packages branch September 18, 2024 09:00
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