🚧 Drone CI: Build ocrd_olena
continuous-integration/drone/push Build is passing Details

master
Gerber, Mike 4 years ago
parent 0e2a71c01e
commit 1480a7daf0

@ -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…
Cancel
Save