🚧 Drone CI: Build ocrd_olena
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Gerber, Mike 2021-02-12 12:34:14 +01:00
parent 0e2a71c01e
commit 1480a7daf0
2 changed files with 3 additions and 1 deletions

View file

@ -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 OCRD_OLENA_VERSION="1.2.0"