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

Allow caching of primer packages #80

Open
DanielNoord opened this issue Mar 17, 2022 · 0 comments
Open

Allow caching of primer packages #80

DanielNoord opened this issue Mar 17, 2022 · 0 comments
Labels
maintenance primer Issues and PRs related to the primer test

Comments

@DanielNoord
Copy link
Owner

Currently whenever the primer runs it will just remove the directory in which it will clone the necessary repositories. This is to avoid a bug where Github Actions was unable to create a gitpython.Repo() object from the pre-existing directory.

It would be good if we could check if a repository already exists in the directory to clone in, and if so check if we need to pull new commits.

@DanielNoord DanielNoord added maintenance primer Issues and PRs related to the primer test labels Mar 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance primer Issues and PRs related to the primer test
Projects
None yet
Development

No branches or pull requests

1 participant