Skip to content

Commit a6b393f

Browse files
committed
fix: adjust path to bitbucket-pipelines.yml in post_gen_project.py
1 parent 26528cc commit a6b393f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/post_gen_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
REMOVE_PATHS: list[str] = [
1111
"{% if cookiecutter.repository_provider != 'github' %}.github{% endif %}",
1212
"{% if cookiecutter.repository_provider != 'gitlab' %}.gitlab-ci.yml{% endif %}",
13-
"{% if cookiecutter.repository_provider != 'bitbucket' %}.bitbucket-pipelines.yml{% endif %}",
13+
"{% if cookiecutter.repository_provider != 'bitbucket' %}bitbucket-pipelines.yml{% endif %}",
1414
]
1515

1616

0 commit comments

Comments
 (0)