dont pull submodule main branch in ci

This commit is contained in:
Felix Ableitner 2022-04-04 17:32:44 +02:00
parent 72a25f2726
commit f03c0bd6a9

View file

@ -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