mirror of
https://github.com/opencultureconsulting/ba-sachsen-pica
synced 2025-03-09 00:00:27 +01:00
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
|
||||
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:
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user