Skip to content

Commit

Permalink
Change to copier copy
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Feb 14, 2024
1 parent a78b8b8 commit c0aa356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c0aa356

Please sign in to comment.