Skip to content

Commit

Permalink
Write CircleCI submodule update in one command
Browse files Browse the repository at this point in the history
  • Loading branch information
GreaterFire committed Apr 28, 2019
1 parent 7c17c17 commit 34c4eb9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ jobs:
- checkout
- run:
name: Pull Submodules
command: |
git submodule init
git submodule update --remote
command: git submodule update --init --recursive --remote
- restore_cache:
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
- run:
Expand Down

0 comments on commit 34c4eb9

Please sign in to comment.