Skip to content

[ACI-3782] Fetch bitrise plugins to local repository #134

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Badlazzor
Copy link
Contributor

Fetch bitrise plugins to local repository when enabling gradle buildcache

@Badlazzor Badlazzor requested a review from viktorbenei June 12, 2025 12:34
@Badlazzor Badlazzor requested a review from imrekel June 12, 2025 14:16
Copy link
Contributor

@imrekel imrekel Jun 12, 2025

Choose a reason for hiding this comment

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

I don't really remember how we started to name (most but not all) the files in the project using camelCase, but it looks a bit strange (we use snake_case in go project). Nevertheless, let's not refactor the whole project :)

return fmt.Errorf("read auth config from environment variables: %w", err)
}

kvClient, err := createKVClient(ctx,
Copy link
Contributor

Choose a reason for hiding this comment

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

Note: Bitrise CI KV Cache is only available on Bitrise CI currently.

return fmt.Errorf("read auth config from environment variables: %w", err)
}

kvClient, err := createKVClient(ctx,
Copy link
Contributor

Choose a reason for hiding this comment

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

an idea for the future: let's call it createBuildCacheKVClient to distinguish it from the actual Key Value Cache service - which stores data in cloud storage)

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.

3 participants