Skip to content

Commit dc9c842

Browse files
[CONFIG] Refactor to skip extra pull by CircleCI (- WIP #79 -)
1 parent 2680121 commit dc9c842

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.circleci/config.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,8 @@ commands:
1515
shell: /bin/bash
1616
name: "Fetch"
1717
command: |
18-
git fetch --verbose --all ;
18+
git fetch --all ;
1919
when: always
20-
- run:
21-
shell: /bin/bash
22-
name: "Pull"
23-
command: |
24-
git pull --all ;
25-
when: on_success
2620
- run:
2721
shell: /bin/bash
2822
name: "Sync Submodules"

0 commit comments

Comments
 (0)