We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee15b1e commit 13d9451Copy full SHA for 13d9451
.circleci/config.yml
@@ -15,7 +15,7 @@ commands:
15
shell: /bin/bash
16
name: "Fetch"
17
command: |
18
- git fetch ;
+ git fetch --unshallow --recurse-submodules=yes --all ;
19
when: always
20
- run:
21
0 commit comments