Checkout recursively in docker step

This commit is contained in:
Michiel Borkent 2020-02-09 23:08:46 +01:00
parent 804a7d10c4
commit f2084746b0

View file

@ -232,6 +232,11 @@ jobs:
- image: circleci/buildpack-deps:stretch
steps:
- checkout
- run:
name: "Pull Submodules"
command: |
git submodule init
git submodule update
- setup_remote_docker
- run:
name: Build Docker image