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 13d9451 commit 2680121Copy full SHA for 2680121
.circleci/config.yml
@@ -15,7 +15,7 @@ commands:
15
shell: /bin/bash
16
name: "Fetch"
17
command: |
18
- git fetch --unshallow --recurse-submodules=yes --all ;
+ git fetch --verbose --all ;
19
when: always
20
- run:
21
0 commit comments