We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb2ca48 commit 0cf57c5Copy full SHA for 0cf57c5
hooks/post_gen_project.py
@@ -8,9 +8,9 @@
8
9
10
REMOVE_PATHS: list[str] = [
11
- "{% if cookiecutter.repository_provider != github %}.github{% endif %}",
12
- "{% if cookiecutter.repository_provider != gitlab %}.gitlab-ci.yml{% endif %}",
13
- "{% if cookiecutter.repository_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