mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-23 12:31:22 +00:00
Always sync for circleci.
This commit is contained in:
@@ -29,6 +29,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Update Submodules
|
name: Update Submodules
|
||||||
command: |
|
command: |
|
||||||
|
git submodule sync
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
- restore_cache: # this is the new step to restore cache
|
- restore_cache: # this is the new step to restore cache
|
||||||
keys:
|
keys:
|
||||||
@@ -68,6 +69,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Update Submodules
|
name: Update Submodules
|
||||||
command: |
|
command: |
|
||||||
|
git submodule sync
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
- restore_cache: # this is the new step to restore cache
|
- restore_cache: # this is the new step to restore cache
|
||||||
keys:
|
keys:
|
||||||
@@ -120,6 +122,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Update Submodules
|
name: Update Submodules
|
||||||
command: |
|
command: |
|
||||||
|
git submodule sync
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
- restore_cache: # this is the new step to restore cache
|
- restore_cache: # this is the new step to restore cache
|
||||||
keys:
|
keys:
|
||||||
|
Reference in New Issue
Block a user