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(core): store the repository globally #174

Merged
merged 2 commits into from
Jul 18, 2023

Conversation

vincenzopalazzo
Copy link
Contributor

@vincenzopalazzo vincenzopalazzo commented Jul 18, 2023

While working with coffee, we noted that there was a
limitation on how we store the repositories.

In fact, we store them once per network, and this causes problem
when we try to work with multiple networks,
and installing the same plugins.

Now with this commit, we store the repositories globally,
outside of the configuration network, so in this way we
can download once the remote is on and use
it in multiple directories.

Fixes #172

Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
@netlify
Copy link

netlify bot commented Jul 18, 2023

Deploy Preview for coffee-docs canceled.

Name Link
🔨 Latest commit a104871
🔍 Latest deploy log https://app.netlify.com/sites/coffee-docs/deploys/64b64c203f0f3d0008d4c666

While working with coffee, we noted that there was a
limitation on how we store the repositories.

In fact, we store them once per network, and this causes problem
when we try to work with multiple networks,
and installing the same plugins.

Now with this commit, we store the repositories globally,
outside of the configuration network, so in this way we
can download once the remote is on and use
it in multiple directories.

Link: #172
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
@vincenzopalazzo vincenzopalazzo force-pushed the macros/store-the-repostiroy-globally branch from 5fc813f to a104871 Compare July 18, 2023 08:23
@vincenzopalazzo vincenzopalazzo merged commit a84c842 into master Jul 18, 2023
9 checks passed
@vincenzopalazzo vincenzopalazzo deleted the macros/store-the-repostiroy-globally branch July 18, 2023 21:46
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.

Unable to install the same plugin on 2 different networks
1 participant