Skip to content

Commit

Permalink
init submodules on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogemoll committed Jul 9, 2019
1 parent df5fb9f commit db112c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Expand Up @@ -6,6 +6,9 @@ jobs:
- image: docker:stable-git
steps:
- checkout
- run:
name: "Init Git submodules"
command: git submodule update --init --recursive
- setup_remote_docker
- run:
name: "Docker login"
Expand Down

0 comments on commit db112c5

Please sign in to comment.