Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: v0.0.13
_commit: v0.0.14
_src_path: gh:LabAutomationAndScreening/copier-base-template.git
description: Copier template for creating Python libraries and executables
python_ci_versions:
Expand Down
5 changes: 5 additions & 0 deletions copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ description:
type: str
help: What is the description of this repository?

is_open_source:
type: bool
help: Is this library open source?
default: no

ssh_port_number:
type: int
help: What port should the devcontainer bind SSH to?
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions tests/copier_data/data1.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Data managed by upstream template
repo_name: the_best_repo
repo_org_name: great-company
is_open_source: true
description: Doing amazing things
ssh_port_number: 12345
use_windows_in_ci: false
Expand Down
1 change: 1 addition & 0 deletions tests/copier_data/data2.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Data managed by upstream template
repo_name: another_repo
repo_org_name: initech
is_open_source: false
description: Doing crazy things! So many things!
ssh_port_number: 54321
use_windows_in_ci: true
Expand Down
1 change: 1 addition & 0 deletions tests/copier_data/data3.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Data managed by upstream template
repo_name: the_best_repo
repo_org_name: great-company
is_open_source: true
description: Doing amazing things
ssh_port_number: 12345
use_windows_in_ci: false
Expand Down