Skip to content

Commit 13d9451

Browse files
[CONFIG] Regression fixes for CircleCI submodule support changes (- WIP #79 -)
1 parent ee15b1e commit 13d9451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ commands:
1515
shell: /bin/bash
1616
name: "Fetch"
1717
command: |
18-
git fetch ;
18+
git fetch --unshallow --recurse-submodules=yes --all ;
1919
when: always
2020
- run:
2121
shell: /bin/bash

0 commit comments

Comments
 (0)