diff --git a/alephino/Taskfile.yml b/alephino/Taskfile.yml index 0f5b380..0915697 100644 --- a/alephino/Taskfile.yml +++ b/alephino/Taskfile.yml @@ -80,7 +80,6 @@ tasks: - task: :check # check OpenRefine log for any warnings and exit on error vars: {DIR: '{{.DIR}}'} sources: - - Taskfile.yml - input/{{.PROJECT}}.imp - config/pre/** generates: @@ -133,7 +132,6 @@ tasks: - task: :check # check OpenRefine log for any warnings and exit on error vars: {DIR: '{{.DIR}}'} sources: - - Taskfile.yml - output/*.tsv - config/main/** generates: diff --git a/bibliotheca/Taskfile.yml b/bibliotheca/Taskfile.yml index 893da4e..1ee9460 100644 --- a/bibliotheca/Taskfile.yml +++ b/bibliotheca/Taskfile.yml @@ -72,7 +72,6 @@ tasks: - task: :check # check OpenRefine log for any warnings and exit on error vars: {DIR: '{{.DIR}}'} sources: - - Taskfile.yml - input/{{.PROJECT}}.imp - config/pre/** generates: @@ -198,7 +197,6 @@ tasks: - task: :check # check OpenRefine log for any warnings and exit on error vars: {DIR: '{{.DIR}}'} sources: - - Taskfile.yml - output/*.tsv - config/main/** generates: