From c0aa356df50c109a85da4ba90e60cd519ad049cd Mon Sep 17 00:00:00 2001 From: Natanael Arndt Date: Wed, 14 Feb 2024 23:39:10 +0100 Subject: [PATCH] Change to copier copy --- README.md | 2 +- Taskfile.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8e6643..f7a5f01 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ To execute the ontology pipeline you need: 2. In the ontology repository execute: ``` -copier gh:eccenca/ontology-pipeline-template . +copier copy gh:eccenca/ontology-pipeline-template . ``` 3. Answer the questions. diff --git a/Taskfile.yml b/Taskfile.yml index 191bb6d..1616190 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -26,7 +26,7 @@ tasks: TEMPLATE_REVISION: sh: git rev-parse HEAD cmds: - - copier --vcs-ref {{.TEMPLATE_REVISION}} --defaults . {{.ONTOLOGY_DIR}} + - copier copy --vcs-ref {{.TEMPLATE_REVISION}} --defaults . {{.ONTOLOGY_DIR}} - git init {{.ONTOLOGY_DIR}} - cd {{.ONTOLOGY_DIR}} && git add . - cd {{.ONTOLOGY_DIR}} && git -c init.defaultBranch main -c user.name="{{.GIT_USER_NAME}}" -c user.email="{{.GIT_USER_EMAIL}}" commit -m "init from template"