Checkout recursively in docker step
This commit is contained in:
parent
804a7d10c4
commit
f2084746b0
1 changed files with 5 additions and 0 deletions
|
|
@ -232,6 +232,11 @@ jobs:
|
||||||
- image: circleci/buildpack-deps:stretch
|
- image: circleci/buildpack-deps:stretch
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- run:
|
||||||
|
name: "Pull Submodules"
|
||||||
|
command: |
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
- setup_remote_docker
|
- setup_remote_docker
|
||||||
- run:
|
- run:
|
||||||
name: Build Docker image
|
name: Build Docker image
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue