Skip to content

Commit

Permalink
add submodule config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faircloth committed Jun 28, 2019
1 parent 529e779 commit 90d30b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
- checkout
- run: git submodule sync
- run: git submodule update --init
- setup_remote_docker
docker_layer_caching: true # default - false
- setup_remote_docker:
docker_layer_caching: true
- run:
name: Build Docker image
command: pushd package; docker build -f Dockerfile -t $IMAGE_NAME:build .
Expand Down

0 comments on commit 90d30b8

Please sign in to comment.