engineyard / engineyard/ey-v5-starterkit
Do not run `git clone` every time
Open
- Dominant language
- Shell
- Stars
- 1
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
A normal usage workflow could be:
- add redis
- upload & apply, see that it works
- add sidekiq
- upload & apply, see that it works
- same for any other recipes
Now, as said in #1, every 'add' runs 'git clone'. We should come up with a way to not remove the recipes every time, and just run 'git fetch' whenever adding a new recipe. The 'git clone' can be done into a _dot_ folder so that it's hidden and not confuses users.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.