Skip to content

Commit e8843ce

Browse files
committed
donwload configs module only
1 parent a39c1b7 commit e8843ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
steps:
2020
#Check out code
2121
- checkout
22-
#Download sub modules
23-
- run: git submodule update --init --recursive
24-
22+
#Download 'configs' sub modules
23+
- run: git submodule update --init 'configs'
24+
2525
# Download and cache dependencies
2626
- restore_cache:
2727
keys:

0 commit comments

Comments
 (0)