We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26528cc commit a6b393fCopy full SHA for a6b393f
hooks/post_gen_project.py
@@ -10,7 +10,7 @@
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 != 'bitbucket' %}bitbucket-pipelines.yml{% endif %}",
14
]
15
16
0 commit comments