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:
parent
74c500025a
commit
c46e807d73
|
@ -80,7 +80,6 @@ tasks:
|
||||||
- task: :check # check OpenRefine log for any warnings and exit on error
|
- task: :check # check OpenRefine log for any warnings and exit on error
|
||||||
vars: {DIR: '{{.DIR}}'}
|
vars: {DIR: '{{.DIR}}'}
|
||||||
sources:
|
sources:
|
||||||
- Taskfile.yml
|
|
||||||
- input/{{.PROJECT}}.imp
|
- input/{{.PROJECT}}.imp
|
||||||
- config/pre/**
|
- config/pre/**
|
||||||
generates:
|
generates:
|
||||||
|
@ -133,7 +132,6 @@ tasks:
|
||||||
- task: :check # check OpenRefine log for any warnings and exit on error
|
- task: :check # check OpenRefine log for any warnings and exit on error
|
||||||
vars: {DIR: '{{.DIR}}'}
|
vars: {DIR: '{{.DIR}}'}
|
||||||
sources:
|
sources:
|
||||||
- Taskfile.yml
|
|
||||||
- output/*.tsv
|
- output/*.tsv
|
||||||
- config/main/**
|
- config/main/**
|
||||||
generates:
|
generates:
|
||||||
|
|
|
@ -72,7 +72,6 @@ tasks:
|
||||||
- task: :check # check OpenRefine log for any warnings and exit on error
|
- task: :check # check OpenRefine log for any warnings and exit on error
|
||||||
vars: {DIR: '{{.DIR}}'}
|
vars: {DIR: '{{.DIR}}'}
|
||||||
sources:
|
sources:
|
||||||
- Taskfile.yml
|
|
||||||
- input/{{.PROJECT}}.imp
|
- input/{{.PROJECT}}.imp
|
||||||
- config/pre/**
|
- config/pre/**
|
||||||
generates:
|
generates:
|
||||||
|
@ -198,7 +197,6 @@ tasks:
|
||||||
- task: :check # check OpenRefine log for any warnings and exit on error
|
- task: :check # check OpenRefine log for any warnings and exit on error
|
||||||
vars: {DIR: '{{.DIR}}'}
|
vars: {DIR: '{{.DIR}}'}
|
||||||
sources:
|
sources:
|
||||||
- Taskfile.yml
|
|
||||||
- output/*.tsv
|
- output/*.tsv
|
||||||
- config/main/**
|
- config/main/**
|
||||||
generates:
|
generates:
|
||||||
|
|
Loading…
Reference in New Issue