Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Commit

Permalink
Fix git submodule command for circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
nstepien committed Apr 24, 2019
1 parent cbd12a5 commit f96e804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -20,7 +20,7 @@ config_steps: &config_steps

- run:
name: Checkout code submodules
command: git submodule update --init --recursive --remote
command: git submodule update --init --recursive

- run:
name: 'Configure Environment'
Expand Down

0 comments on commit f96e804

Please sign in to comment.