Skip to content

Commit

Permalink
circleci: check out submodules in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Jul 17, 2024
1 parent 521de51 commit ff46bd7
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 @@ -15,6 +15,7 @@ jobs:
- image: circleci/buildpack-deps:stretch
steps:
- checkout
- run: git submodule update --init
- setup_remote_docker: # https://circleci.com/docs/2.0/building-docker-images/
docker_layer_caching: true
- run: make docker
Expand Down

0 comments on commit ff46bd7

Please sign in to comment.