Skip to content

Commit

Permalink
fix circle ci submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimpson committed Mar 21, 2018
1 parent 537a44c commit b4ed740
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ jobs:
# rm -f package-lock.json
meteor npm install
- run:
name: Install submodules
command: |
git submodule init && git submodule updated
- run:
name: Lint
command: |
Expand Down Expand Up @@ -168,11 +173,6 @@ jobs:
command: |
npm install
- run:
name: Install submodules
command: |
git submodule init && git submodule updated
- run:
name: Run Tests
command: |
Expand Down

0 comments on commit b4ed740

Please sign in to comment.