mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
dont pull submodule main branch in ci
This commit is contained in:
parent
72a25f2726
commit
f03c0bd6a9
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ steps:
|
|||
image: alpine/git
|
||||
commands:
|
||||
- git submodule init
|
||||
- git submodule update --recursive --remote
|
||||
- git submodule update --recursive
|
||||
|
||||
- name: yarn
|
||||
image: node:14-alpine
|
||||
|
|
Loading…
Reference in a new issue