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 fdae629 commit 529e779
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@
- image: circleci/buildpack-deps:stretch
steps:
- checkout
- run: git submodule sync
- run: git submodule update --init
- setup_remote_docker
docker_layer_caching: true # default - false
- run:
name: Build Docker image
command: pushd package; docker build -f Dockerfile -t $IMAGE_NAME:latest .
command: pushd package; docker build -f Dockerfile -t $IMAGE_NAME:build .

workflows:
version: 2
build-publish:
Expand Down

0 comments on commit 529e779

Please sign in to comment.