Skip to content

Commit

Permalink
chore: refreshing submodule with circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
obecny committed Sep 3, 2020
1 parent fc4c8cb commit 91f8401
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ node_unit_tests: &node_unit_tests
resource_class: large
steps:
- checkout
- run:
name: Pull Submodules
command: |
git submodule sync --recursive
git submodule update --init --recursive
- run:
name: Create Checksum
command: sh .circleci/checksum.sh /tmp/checksums.txt
Expand Down Expand Up @@ -80,6 +85,11 @@ browsers_unit_tests: &browsers_unit_tests
resource_class: large
steps:
- checkout
- run:
name: Pull Submodules
command: |
git submodule sync --recursive
git submodule update --init --recursive
- run:
name: Create Checksum
command: sh .circleci/checksum.sh /tmp/checksums.txt
Expand Down

0 comments on commit 91f8401

Please sign in to comment.