Skip to content

Commit

Permalink
submodules need recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faircloth committed Jun 28, 2019
1 parent 90d30b8 commit 8817488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
steps:
- checkout
- run: git submodule sync
- run: git submodule update --init
- run: git submodule update --init --recursive
- setup_remote_docker:
docker_layer_caching: true
- run:
Expand Down

0 comments on commit 8817488

Please sign in to comment.