We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df787be commit bb2ca48Copy full SHA for bb2ca48
hooks/post_gen_project.py
@@ -8,9 +8,9 @@
8
9
10
REMOVE_PATHS: list[str] = [
11
- "{% if cookiecutter.platform_provider != github %}.github{% endif %}",
12
- "{% if cookiecutter.platform_provider != gitlab %}.gitlab-ci.yml{% endif %}",
13
- "{% if cookiecutter.platform_provider != bitbucket %}.bitbucket-pipelines.yml{% endif %}",
+ "{% if cookiecutter.repository_provider != github %}.github{% endif %}",
+ "{% if cookiecutter.repository_provider != gitlab %}.gitlab-ci.yml{% endif %}",
+ "{% if cookiecutter.repository_provider != bitbucket %}.bitbucket-pipelines.yml{% endif %}",
14
]
15
16
0 commit comments