mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-27 13:49:53 +02:00
🚧 Drone CI: Build ocrd_olena
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0e2a71c01e
commit
1480a7daf0
2 changed files with 3 additions and 1 deletions
|
@ -19,6 +19,7 @@ def main(ctx):
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
step_for(ctx, "core"),
|
step_for(ctx, "core"),
|
||||||
|
step_for(ctx, "ocrd_olena"),
|
||||||
step_for(ctx, "ocrd_tesserocr"),
|
step_for(ctx, "ocrd_tesserocr"),
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
FROM my_ocrd_workflow-core
|
ARG DRONE_COMMIT="latest"
|
||||||
|
FROM mikegerber/my_ocrd_workflow-core:$DRONE_COMMIT
|
||||||
|
|
||||||
ARG PIP_INSTALL="pip install --no-cache-dir"
|
ARG PIP_INSTALL="pip install --no-cache-dir"
|
||||||
ARG OCRD_OLENA_VERSION="1.2.0"
|
ARG OCRD_OLENA_VERSION="1.2.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue