-
Notifications
You must be signed in to change notification settings - Fork 0
refactor: ♻️ match template-website copier and justfile setup
#140
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
Conversation
| # Checks and builds ----- | ||
| # just run-all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if we want to run all recipes?
- Many checks/tests need dependencies installed (so can't skip tasks)
- Test coverage will fail (because the repo is empty) and fail the whole test. Maybe there's a way of ignoring this?
copier.yaml
Outdated
| github_repo: | ||
| type: str | ||
| default: "{{ _copier_conf.dst_path | realpath | basename }}" | ||
| when: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assuming this, like in template-website
lwjohnst86
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's way too much going on here. Can you split it up into smaller PRs?
# Description This PR updates the post-copy message. Moved from #140 . This PR needs a quick review. ## Checklist - [x] Added or updated tests - [x] Updated documentation - [x] Ran `just run-all`
# Description This PR adds the `hosting_provider` copier variable. Moved from #140 . Closes #119 This PR needs a medium-depth review. ## Checklist - [x] Added or updated tests - [x] Updated documentation - [x] Ran `just run-all` Co-authored-by: Luke W. Johnston <[email protected]>
# Description This PR updates the guide. Moved from #140 . This PR needs a quick review. ## Checklist - [x] Added or updated tests - [x] Updated documentation - [x] Ran `just run-all`
# Description This PR moves the copier test to its own file. Moved from #140 . This PR needs a quick review. ## Checklist - [x] Added or updated tests - [x] Updated documentation - [ ] Ran `just run-all` -- won't run until other PRs merged in Co-authored-by: Luke W. Johnston <[email protected]>
Description
This PR matches the copier and justfile setup in
template-website.hosting_providervariable addedrealpathCloses #119
This PR needs an in-depth review.
Checklist
just run-all