Skip to content

Commit

Permalink
CD: depends on subrepos, too
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky authored Feb 14, 2024
1 parent 91a37ce commit 476be92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
DOCKER_TAG: ocrd/tesserocr
steps:
- checkout
- run: git submodule sync && git submodule update --init
- setup_remote_docker: # https://circleci.com/docs/2.0/building-docker-images/
docker_layer_caching: true
- run: make docker DOCKER_TAG=$DOCKER_TAG
Expand Down

0 comments on commit 476be92

Please sign in to comment.