From c46e807d738b381f9aeafdca5f2138248e3505b3 Mon Sep 17 00:00:00 2001 From: Felix Lohmeier Date: Wed, 3 Mar 2021 15:48:40 +0100 Subject: [PATCH] =?UTF-8?q?Statuspr=C3=BCfung=20besser=20ohne=20Taskfile.y?= =?UTF-8?q?ml=20Sonst=20f=C3=BChrt=20eine=20=C3=84nderung=20am=20Task=20re?= =?UTF-8?q?fine-main=20auch=20zur=20unn=C3=B6tigen=20Ausf=C3=BChrung=20von?= =?UTF-8?q?=20refine-pre?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- alephino/Taskfile.yml | 2 -- bibliotheca/Taskfile.yml | 2 -- 2 files changed, 4 deletions(-) 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: