Statusprüfung besser ohne Taskfile.yml

Sonst führt eine Änderung am Task refine-main auch zur unnötigen Ausführung von refine-pre
This commit is contained in:
Felix Lohmeier 2021-03-03 15:48:40 +01:00
parent 74c500025a
commit c46e807d73
2 changed files with 0 additions and 4 deletions

View File

@ -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:

View File

@ -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: