Skip to content

Commit

Permalink
Allow unsafe tasks
Browse files Browse the repository at this point in the history
otherwise the following message is displayed:
> Template uses unsafe feature: tasks
Introduced in copier v8.0.0 (copier-org/copier#1171)
  • Loading branch information
SirTakobi authored Jul 11, 2023
1 parent 297fc19 commit 1bdcf68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pipx install copier
pipx install pre-commit
pipx ensurepath
# Clone this template and answer its questions
copier copy https://github.com/OCA/oca-addons-repo-template.git some-repo
copier copy --UNSAFE https://github.com/OCA/oca-addons-repo-template.git some-repo
# Commit that
cd some-repo
git add .
Expand All @@ -40,7 +40,7 @@ Quick answer to update a repo:
```bash
# Update the repo
cd some-repo
copier update
copier update --UNSAFE
# Reformat updated files
pre-commit run
# Commit update
Expand Down

0 comments on commit 1bdcf68

Please sign in to comment.